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 | 韜鍋朕魘 | 1110100011101001100100111110011110010010101111011110100110110100 | e8e993e792bde9b4 |
EUC-JP | 韜鍋朕魘 | 1111000011101011110001101110100111000100101111111111001010110110 | f0ebc6e9c4bff2b6 |
UTF-8 | 韜鍋朕魘 | 111010011001111110011100111010011000110110001011111001101001110010010101111010011010110110011000 | e99f9ce98d8be69c95e9ad98 |
UHC | 韜鍋朕? | 11010100101101111100111010100111111100101111100100111111 | d4b7cea7f2f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)