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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 薪??LB | 100100000110010000111111001111110100110001000010 | 90643f3f4c42 |
EUC-JP | 薪??LB | 101111111100010100111111001111110100110001000010 | bfc53f3f4c42 |
UTF-8 | 薪딇뢑LB | 1110100010010110101010101110101110010100100001111110101110100010100100010100110001000010 | e896aaeb9487eba2914c42 |
UHC | 薪딇뢑LB | 1110001111101111100010101110110110001111010011000100110001000010 | e3ef8aed8f4c4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)