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 | 程?袁?? | 10010010111101100011111111100101110011010011111100111111 | 92f63fe5cd3f3f |
EUC-JP | 程?袁?? | 11000100111110000011111111101010110011110011111100111111 | c4f83feacf3f3f |
UTF-8 | 程렣袁흖렋 | 111001111010100010001011111010111010000010100011111010001010001010000001111011011001110110010110111010111010000010001011 | e7a88beba0a3e8a281ed9d96eba08b |
UHC | 程렣袁흖렋 | 11101111111011111000111010110100111010101011111011001000111010001000111010100010 | efef8eb4eabec8e88ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)