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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 岺i岺iB | 1111001111101001111110101010110101101001111100111110100111111010101011010110100101000010 | f3e9faad69f3e9faad6942 |
EUC-JP | ?岺i?岺iB | 0011111110001111101110111011100001101001001111111000111110111011101110000110100101000010 | 3f8fbbb8693f8fbbb86942 |
UTF-8 | 岺i岺iB | 111011101000101110011100111001011011001010111010011010011110111010001011100111001110010110110010101110100110100101000010 | ee8b9ce5b2ba69ee8b9ce5b2ba6942 |
UHC | ?岺i?岺iB | 001111111101011010111001011010010011111111010110101110010110100101000010 | 3fd6b9693fd6b96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)