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 | ???Q~ | 0011111100111111001111110101000101111110 | 3f3f3f517e |
SJIS-WIN | 籖我音Q~ | 1110001011011101100010011110010010001001101110010101000101111110 | e2dd89e489b9517e |
EUC-JP | 籖我音Q~ | 1110010011011111101100101110011010110010101110110101000101111110 | e4dfb2e6b2bb517e |
UTF-8 | 籖我音Q~ | 1110011110110001100101101110011010001000100100011110100110011111101100110101000101111110 | e7b196e68891e99fb3517e |
UHC | ?我音Q~ | 00111111111001001011001011101011111001010101000101111110 | 3fe4b2ebe5517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)