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 | 重頭?? | 100011110110010010010011101010100011111100111111 | 8f6493aa3f3f |
EUC-JP | 重頭?? | 101111011100010111000110101011000011111100111111 | bdc5c6ac3f3f |
UTF-8 | 重頭렋렍 | 111010011000011110001101111010011010000010101101111010111010000010001011111010111010000010001101 | e9878de9a0adeba08beba08d |
UHC | 重頭렋렍 | 1111000111101100110101001110100110001110101000101000111010100011 | f1ecd4e98ea28ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)