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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ?純ヤh?純 | 001111111000111110000011100000111000010001101000001111111000111110000011 | 3f8f838384683f8f83 |
EUC-JP | ?純ヤh?純 | 001111111011110111100011101001011110010001101000001111111011110111100011 | 3fbde3a5e4683fbde3 |
UTF-8 | 룶純ヤh룶純 | 11101011101000111011011011100111101101001001010011100011100000111010010001101000111010111010001110110110111001111011010010010100 | eba3b6e7b494e383a468eba3b6e7b494 |
UHC | 룶純ヤh룶純 | 1000111110101011111000101110110110101011111001000110100010001111101010111110001011101101 | 8fabe2edabe4688fabe2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)