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 | 1000110111111010100100010110100001101001100011011111101010010001011010000110100101000010 | 8dfa9168698dfa91686942 |
EUC-JP | 匙蘇i匙蘇iB | 1011101011111100110000011100100101101001101110101111110011000001110010010110100101000010 | bafcc1c969bafcc1c96942 |
UTF-8 | 匙蘇i匙蘇iB | 111001011000110010011001111010001001100010000111011010011110010110001100100110011110100010011000100001110110100101000010 | e58c99e8988769e58c99e898876942 |
UHC | 匙蘇i匙蘇iB | 1110001110110101111000011100110001101001111000111011010111100001110011000110100101000010 | e3b5e1cc69e3b5e1cc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)