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譽 | 111010001000010010110001011000011110011010100011 | e884b161e6a3 |
EUC-JP | 閼アa譽 | 11101111111001001000111010110001011000011110110010100101 | efe48eb161eca5 |
UTF-8 | 閼アa譽 | 11101001100101101011110011101111101111011011000101100001111010001010110110111101 | e996bcefbdb161e8adbd |
UHC | 閼?a譽 | 111001001101100100111111011000011110011111100010 | e4d93f61e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)