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 | 穩??淳θ? | 111000100111001000111111001111111000111101111110100000111100011000111111 | e2723f3f8f7e83c63f |
EUC-JP | 穩??淳θ? | 111000111101001100111111001111111011110111011111101001101100100000111111 | e3d33f3fbddfa6c83f |
UTF-8 | 穩뷰퉿淳θ쑠 | 1110011110101001101010011110101110110111101100001110110110001001101111111110011010110111101100111100111010111000111011001001000110100000 | e7a9a9ebb7b0ed89bfe6b7b3ceb8ec91a0 |
UHC | 穩뷰퉿淳θ쑠 | 111010001011000110111010111001001011100110010111111000101110100010100101111010001001110010111111 | e8b1bae4b997e2e8a5e89cbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)