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 | 聹崎奨蟋 | 1110001111100010100011011110100010001111101001111110010110100111 | e3e28de88fa7e5a7 |
EUC-JP | 聹崎奨蟋 | 1110011011100100101110101110101010111110101010011110101010101001 | e6e4baeabea9eaa9 |
UTF-8 | 聹崎奨蟋 | 111010001000000110111001111001011011010010001110111001011010010110101000111010001001111110001011 | e881b9e5b48ee5a5a8e89f8b |
UHC | ?崎?? | 0011111111010000111110000011111100111111 | 3fd0f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)