To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?勖? | 0011111110001111101100111110110100111111 | 3f8fb3ed3f |
UTF-8 | 뤔勖쩡 | 111010111010010010010100111001011000101110010110111011001010100110100001 | eba494e58b96eca9a1 |
UHC | 뤔勖쩡 | 100011111100010011101001111011011100001011000100 | 8fc4e9edc2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)