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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 碌?碌?B | 11100001111011110011111111100001111011110011111101000010 | e1ef3fe1ef3f42 |
EUC-JP | 碌?碌?B | 11100010111100010011111111100010111100010011111101000010 | e2f13fe2f13f42 |
UTF-8 | 碌젊碌젊B | 11100111101000101000110011101100101000001000101011100111101000101000110011101100101000001000101001000010 | e7a28ceca08ae7a28ceca08a42 |
UHC | 碌젊碌젊B | 110101101101111011000000111111101101011011011110110000001111111001000010 | d6dec0fed6dec0fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)