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 | 詣??獰 | 100011000111011100111111001111111110000011010110 | 8c773f3fe0d6 |
EUC-JP | 詣??獰 | 101101111101100000111111001111111110000011011000 | b7d83f3fe0d8 |
UTF-8 | 詣꾢궥獰 | 111010001010100110100011111010101011111010100010111010101011011010100101111001111000110110110000 | e8a9a3eabea2eab6a5e78db0 |
UHC | 詣꾢궥獰 | 1110011111100001100001001110010110000010101101111110011110111110 | e7e184e582b7e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)