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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?彧^ | 00111111111110101011100101011110 | 3ffab95e |
EUC-JP | ?彧^ | 0011111110001111101111001111111001011110 | 3f8fbcfe5e |
UTF-8 | 쐍彧^ | 11101100100100001000110111100101101111011010011101011110 | ec908de5bda75e |
UHC | 쐍彧^ | 1001110001101110111010011110111001011110 | 9c6ee9ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)