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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?彧??彧? | 0011111111111010101110010011111100111111111110101011100100111111 | 3ffab93f3ffab93f |
EUC-JP | ?彧??彧? | 00111111100011111011110011111110001111110011111110001111101111001111111000111111 | 3f8fbcfe3f3f8fbcfe3f |
UTF-8 | 렱彧롎렱彧롎 | 111010111010000010110001111001011011110110100111111010111010000110001110111010111010000010110001111001011011110110100111111010111010000110001110 | eba0b1e5bda7eba18eeba0b1e5bda7eba18e |
UHC | 렱彧롎렱彧롎 | 100011101011111011101001111011101000111011010100100011101011111011101001111011101000111011010100 | 8ebee9ee8ed48ebee9ee8ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)