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 | 111011111010011110001110111010111010010010111001111011001000100110111111011010011110111110100111100011101110101110100100101110011110110010001001101111110110100101000010 | efa78eeba4b9ec89bf69efa78eeba4b9ec89bf6942 |
UHC | 硫뤹쉿i硫뤹쉿iB | 111010111010100110001111111001111011110110110010011010011110101110101001100011111110011110111101101100100110100101000010 | eba98fe7bdb269eba98fe7bdb26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)