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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訂狡?長? | 1001001011111001111000001100001000111111100100101011011100111111 | 92f9e0c23f92b73f |
EUC-JP | 訂狡?長? | 1100010011111011111000001100010000111111110001001011100100111111 | c4fbe0c43fc4b93f |
UTF-8 | 訂狡립長렧 | 111010001010100010000010111001111000101110100001111010111010011010111101111010011001010110110111111010111010000010100111 | e8a882e78ba1eba6bde995b7eba0a7 |
UHC | 訂狡립長렧 | 11101111111101001100111011101010101110001011001111101101111111101000111010110110 | eff4ceeab8b3edfe8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)