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 | 焏冗ー啄 | 11111011010100111000111111100111101100001001000111101101 | fb538fe7b091ed |
EUC-JP | 焏冗ー啄 | 100011111100100111101001101111101110100110001110101100001100001011101111 | 8fc9e9bee98eb0c2ef |
UTF-8 | 焏冗ー啄 | 111001111000010010001111111001011000011010010111111011111011110110110000111001011001010110000100 | e7848fe58697efbdb0e59584 |
UHC | ?冗?啄 | 001111111110100110110111001111111111011011110010 | 3fe9b73ff6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)