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 | 漬??斑 | 100100101101000000111111001111111001010011000001 | 92d03f3f94c1 |
EUC-JP | 漬??斑 | 110001001101001000111111001111111100100011000011 | c4d23f3fc8c3 |
UTF-8 | 漬얘렗斑 | 111001101011110010101100111011001001011010011000111010111010000010010111111001101001011010010001 | e6bcacec9698eba097e69691 |
UHC | 漬얘렗斑 | 1111001010110000101111101110101010001110101011001101101011101000 | f2b0beea8eacdae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)