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 | 窪?跏?矜? | 100011000100010100111111111001101110011000111111111000011110000000111111 | 8c453fe6e63fe1e03f |
EUC-JP | 窪?跏侁矜? | 1011011110100110001111111110110011101000100011111011000011111100111000101110001000111111 | b7a63fece88fb0fce2e23f |
UTF-8 | 窪찌跏侁矜㏝ | 111001111010101010101010111011001011000010001100111010001011011110001111111001001011111010000001111001111001111110011100111000111000111110011101 | e7aaaaecb08ce8b78fe4be81e79f9ce38f9d |
UHC | 窪찌跏侁矜㏝ | 111010001100000111000010111011101100101010111010111000111110000011010000111010001010011111101001 | e8c1c2eecabae3e0d0e8a7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)