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 | 跿壌カキ孖句 | 11100110111100111000111111101011101101101011011111111010101001101000101111100101 | e6f38febb6b7faa68be5 |
EUC-JP | 跿壌カキ孖句 | 11101100111101011011111011101101100011101011011010001110101101111000111110111010101111101011011011100111 | ecf5beed8eb68eb78fbabeb6e7 |
UTF-8 | 跿壌カキ孖句 | 111010001011011110111111111001011010001110001100111011111011110110110110111011111011110110110111111001011010110110010110111001011000111110100101 | e8b7bfe5a38cefbdb6efbdb7e5ad96e58fa5 |
UHC | ?????句 | 00111111001111110011111100111111001111111100111110100011 | 3f3f3f3f3fcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)