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 | 娃??押? | 10001000101000010011111100111111100010011001111100111111 | 88a13f3f899f3f |
EUC-JP | 娃??押? | 10110000101000110011111100111111101100101010000100111111 | b0a33f3fb2a13f |
UTF-8 | 娃뽪솄押놣 | 111001011010100010000011111010111011110110101010111011001000011010000100111001101000101010111100111010111000011010100011 | e5a883ebbdaaec8684e68abceb86a3 |
UHC | 娃뽪솄押놣 | 11101000110111111001011011100110100110011000100111100100111000111000011101000110 | e8df96e69989e4e38746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)