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 | 娃???▼ | 10001000101000010011111100111111001111111000000110100101 | 88a13f3f3f81a5 |
EUC-JP | 娃??沅▼ | 101100001010001100111111001111111000111111000110111010011010001010100111 | b0a33f3f8fc6e9a2a7 |
UTF-8 | 娃숇떧沅▼ | 111001011010100010000011111011001000100010000111111010111001011010100111111001101011001010000101111000101001011010111100 | e5a883ec8887eb96a7e6b285e296bc |
UHC | 娃숇떧沅▼ | 11101000110111111001100111101011100010111011101011101010101101101010000111100101 | e8df99eb8bbaeab6a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)