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 | ?彧? | 00111111111110101011100100111111 | 3ffab93f |
EUC-JP | ?彧? | 0011111110001111101111001111111000111111 | 3f8fbcfe3f |
UTF-8 | 렱彧렞 | 111010111010000010110001111001011011110110100111111010111010000010011110 | eba0b1e5bda7eba09e |
UHC | 렱彧렞 | 100011101011111011101001111011101000111010101111 | 8ebee9ee8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)