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 | 担辿樽臓 | 1001001001010011100100100100100010010010010011011001000110011111 | 92539248924d919f |
EUC-JP | 担辿樽臓 | 1100001110110100110000111010100111000011101011101100001010100001 | c3b4c3a9c3aec2a1 |
UTF-8 | 担辿樽臓 | 111001101000101110000101111010001011111010111111111001101010100010111101111010001000011110010011 | e68b85e8bebfe6a8bde88793 |
UHC | ??樽? | 0011111100111111111100011101110000111111 | 3f3ff1dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)