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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 﨟セ辷セ訒ゥ | 111110111001110110111110111001111000100010111110111110111010001110101001 | fb9dbee788befba3a9 |
EUC-JP | ?セ辷セ訒ゥ | 001111111000111010111110111011011110100010001110101111101000111111011101110010001000111010101001 | 3f8ebeede88ebe8fddc88ea9 |
UTF-8 | 﨟セ辷セ訒ゥ | 111011111010100010011111111011111011110110111110111010001011111010110111111011111011110110111110111010001010100010010010111011111011110110101001 | efa89fefbdbee8beb7efbdbee8a892efbda9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)