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 | 娃?ⅹ娃? | 1000100010100001001111111111101001001001100010001010000100111111 | 88a13ffa4988a13f |
EUC-JP | 娃??娃? | 10110000101000110011111100111111101100001010001100111111 | b0a33f3fb0a33f |
UTF-8 | 娃붷ⅹ娃붹 | 111001011010100010000011111010111011011010110111111000101000010110111001111001011010100010000011111010111011011010111001 | e5a883ebb6b7e285b9e5a883ebb6b9 |
UHC | 娃붷ⅹ娃붹 | 11101000110111111001010011100101101001011010101011101000110111111001010011100110 | e8df94e5a5aae8df94e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)