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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 紆僥瀟?舌 | 111000101111110010011001010001101110000001101110001111111001000011100011 | e2fc9946e06e3f90e3 |
EUC-JP | 紆僥瀟炤舌 | 1110010011111110110100011010011111011111110011111000111111001001110100101100000011100101 | e4fed1a7dfcf8fc9d2c0e5 |
UTF-8 | 紆僥瀟炤舌 | 111001111011010010000110111001011000001110100101111001111000000010011111111001111000001010100100111010001000100010001100 | e7b486e583a5e7809fe782a4e8888c |
UHC | 紆僥瀟炤舌 | 11101001111000011110100011101001111000011011111011100001101111111110000011011111 | e9e1e8e9e1bee1bfe0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)