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 | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 弔}i弔}iB | 100100101010001001111101011010011001001010100010011111010110100101000010 | 92a27d6992a27d6942 |
EUC-JP | 弔}i弔}iB | 110001001010010001111101011010011100010010100100011111010110100101000010 | c4a47d69c4a47d6942 |
UTF-8 | 弔}i弔}iB | 1110010110111100100101000111110101101001111001011011110010010100011111010110100101000010 | e5bc947d69e5bc947d6942 |
UHC | 弔}i弔}iB | 111100001100000001111101011010011111000011000000011111010110100101000010 | f0c07d69f0c07d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)