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 | ???傭?? | 00111111001111110011111110010111011000100011111100111111 | 3f3f3f97623f3f |
EUC-JP | ???傭?? | 00111111001111110011111111001101110000110011111100111111 | 3f3f3fcdc33f3f |
UTF-8 | 練뚧틣傭삭퍤 | 111011111010011010010110111010111001101010100111111011011000101110100011111001011000001010101101111011001000001010101101111011011000110110100100 | efa696eb9aa7ed8ba3e582adec82aded8da4 |
UHC | 練뚧틣傭삭퍤 | 111001101101111110001100111001101011101010001111111010011011011010111011111010001011101110011011 | e6df8ce6ba8fe9b6bbe8bb9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)