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 | ??a? | 00111111001111110110000100111111 | 3f3f613f |
SJIS-WIN | 鈔アa譽 | 111001111110001010110001011000011110011010100011 | e7e2b161e6a3 |
EUC-JP | 鈔アa譽 | 11101110111001001000111010110001011000011110110010100101 | eee48eb161eca5 |
UTF-8 | 鈔アa譽 | 11101001100010001001010011101111101111011011000101100001111010001010110110111101 | e98894efbdb161e8adbd |
UHC | ??a譽 | 0011111100111111011000011110011111100010 | 3f3f61e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)