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 | ?P}i?P}iB | 001111110101000001111101011010010011111101010000011111010110100101000010 | 3f507d693f507d6942 |
SJIS-WIN | ?P}i?P}iB | 001111110101000001111101011010010011111101010000011111010110100101000010 | 3f507d693f507d6942 |
EUC-JP | ?P}i?P}iB | 001111110101000001111101011010010011111101010000011111010110100101000010 | 3f507d693f507d6942 |
UTF-8 | 혧P}i혧P}iB | 11101101100110001010011101010000011111010110100111101101100110001010011101010000011111010110100101000010 | ed98a7507d69ed98a7507d6942 |
UHC | 혧P}i혧P}iB | 1100001010001111010100000111110101101001110000101000111101010000011111010110100101000010 | c28f507d69c28f507d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)