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 | 娃??唯? | 10001000101000010011111100111111100101110100001000111111 | 88a13f3f97423f |
EUC-JP | 娃??唯? | 10110000101000110011111100111111110011011010001100111111 | b0a33f3fcda33f |
UTF-8 | 娃숈뮃唯덄 | 111001011010100010000011111011001000100010001000111010111010111010000011111001011001010010101111111010111000110110000100 | e5a883ec8888ebae83e594afeb8d84 |
UHC | 娃숈뮃唯덄 | 11101000110111111001100111101100100100101001001011101010111001101000100011100111 | e8df99ec9292eae688e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)