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 | 池??? | 1001001001110010001111110011111100111111 | 92723f3f3f |
EUC-JP | 池??? | 1100001111010011001111110011111100111111 | c3d33f3f3f |
UTF-8 | 池렔戶렯 | 111001101011000110100000111010111010000010010100111001101000100010110110111010111010000010101111 | e6b1a0eba094e688b6eba0af |
UHC | 池렔戶렯 | 1111001010101110100011101010100111111011110000101000111010111100 | f2ae8ea9fbc28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)