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 | 玉ル?獰 | 10001011110010101000001110001011001111111110000011010110 | 8bca838b3fe0d6 |
EUC-JP | 玉ル?獰 | 10110110110011001010010111101011001111111110000011011000 | b6cca5eb3fe0d8 |
UTF-8 | 玉ル젨獰 | 111001111000111010001001111000111000001110101011111011001010000010101000111001111000110110110000 | e78e89e383abeca0a8e78db0 |
UHC | 玉ル젨獰 | 1110100010101100101010111110101110100000101000001110011110111110 | e8acabeba0a0e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)