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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?品?? | 0011111110010101011010010011111100111111 | 3f95693f3f |
EUC-JP | ?品?? | 0011111111001001110010100011111100111111 | 3fc9ca3f3f |
UTF-8 | 롔品뤓죳 | 111010111010000110010100111001011001001110000001111010111010010010010011111011001010001110110011 | eba194e59381eba493eca3b3 |
UHC | 롔品뤓죳 | 1000111011011000111110011010000110001111110000111010000110001110 | 8ed8f9a18fc3a18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)