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 | 1011110011011000111100101110000001101001101111001101100011110010111000000110100101000010 | bcd8f2e069bcd8f2e06942 |
EUC-JP | シリ?iシリ?iB | 10001110101111001000111011011000001111110110100110001110101111001000111011011000001111110110100101000010 | 8ebc8ed83f698ebc8ed83f6942 |
UTF-8 | シリiシリiB | 111011111011110110111100111011111011111010011000111011101000100010010111011010011110111110111101101111001110111110111110100110001110111010001000100101110110100101000010 | efbdbcefbe98ee889769efbdbcefbe98ee88976942 |
UHC | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)