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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?彧????? | 0011111111111010101110010011111100111111001111110011111100111111 | 3ffab93f3f3f3f3f |
EUC-JP | ?彧????? | 001111111000111110111100111111100011111100111111001111110011111100111111 | 3f8fbcfe3f3f3f3f3f |
UTF-8 | 렱彧렞렯롈얗렠 | 111010111010000010110001111001011011110110100111111010111010000010011110111010111010000010101111111010111010000110001000111011001001011010010111111010111010000010100000 | eba0b1e5bda7eba09eeba0afeba188ec9697eba0a0 |
UHC | 렱彧렞렯롈얗렠 | 1000111010111110111010011110111010001110101011111000111010111100100011101100111010111110111010011000111010110001 | 8ebee9ee8eaf8ebc8ecebee98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)