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 | ì¥sLB | 111011001000100010100101011100110100110001000010 | ec88a5734c42 |
SJIS-WIN | ??¥sLB | 00111111001111111000000110001111011100110100110001000010 | 3f3f818f734c42 |
EUC-JP | ì??sLB | 1000111110101011110000000011111100111111011100110100110001000010 | 8fabc03f3f734c42 |
UTF-8 | ì¥sLB | 110000111010110011000010100010001100001010100101011100110100110001000010 | c3acc288c2a5734c42 |
UHC | ???sLB | 001111110011111100111111011100110100110001000010 | 3f3f3f734c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)