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 | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 溜곕죿i溜곕죿iB | 111011111010011110001011111010101011001110010101111011001010001110111111011010011110111110100111100010111110101010110011100101011110110010100011101111110110100101000010 | efa78beab395eca3bf69efa78beab395eca3bf6942 |
UHC | 溜곕죿i溜곕죿iB | 111010101111111010110000111010111010000110010111011010011110101011111110101100001110101110100001100101110110100101000010 | eafeb0eba19769eafeb0eba1976942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)