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 | 止???n祭 | 100011100111111000111111001111110011111110000010100011101000110111010101 | 8e7e3f3f3f828e8dd5 |
EUC-JP | 止???n祭 | 101110111101111100111111001111110011111110100011111011101011101011010111 | bbdf3f3f3fa3eebad7 |
UTF-8 | 止얕렢면n祭 | 111001101010110110100010111011001001011010010101111010111010000010100010111010111010100110110100111011111011110110001110111001111010010110101101 | e6ada2ec9695eba0a2eba9b4efbd8ee7a5ad |
UHC | 止얕렢면n祭 | 111100101010110110111110111010001000111010110011101110001110100110100011111011101111000010101110 | f2adbee88eb3b8e9a3eef0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)