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 | 11011000110100010110100111011000110100010110100101000010 | d8d169d8d16942 |
EUC-JP | リムiリムiB | 1000111011011000100011101101000101101001100011101101100010001110110100010110100101000010 | 8ed88ed1698ed88ed16942 |
UTF-8 | リムiリムiB | 111011111011111010011000111011111011111010010001011010011110111110111110100110001110111110111110100100010110100101000010 | efbe98efbe9169efbe98efbe916942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)