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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 冶⑤????? | 100101101110100010000111010001000011111100111111001111110011111100111111 | 96e887443f3f3f3f3f |
EUC-JP | 冶?????? | 1100110011101010001111110011111100111111001111110011111100111111 | ccea3f3f3f3f3f3f |
UTF-8 | 冶⑤떧淋띶뀊溜 | 111001011000011010110110111000101001000110100100111010111001011010100111111011111010011110110101111010111001110110110110111010111000000010001010111011111010011110001011 | e586b6e291a4eb96a7efa7b5eb9db6eb808aefa78b |
UHC | 冶⑤떧淋띶뀊溜 | 1110010110100111101010001110101110001011101110101110110011111000100011011110010110000101100001101110101011111110 | e5a7a8eb8bbaecf88de58586eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)