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 | 聽遂せ痾 | 1110001111100011100100001000101110000010101110011110000101111101 | e3e3908b82b9e17d |
EUC-JP | 聽遂せ痾 | 1110011011100101101111111110101110100100101110111110000111011110 | e6e5bfeba4bbe1de |
UTF-8 | 聽遂せ痾 | 111010001000000110111101111010011000000110000010111000111000000110011011111001111001011110111110 | e881bde98182e3819be797be |
UHC | 聽遂せ? | 11110100111010011110001011000100101010101011101100111111 | f4e9e2c4aabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)