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 | 猷??松②? | 100101110101000100111111001111111000111110111100100001110100000100111111 | 97513f3f8fbc87413f |
EUC-JP | 猷??松?? | 1100110110110010001111110011111110111110101111100011111100111111 | cdb23f3fbebe3f3f |
UTF-8 | 猷뜻궠松②뎲 | 111001111000110010110111111010111001110010111011111010101011011010100000111001101001110110111110111000101001000110100001111010111000111010110010 | e78cb7eb9cbbeab6a0e69dbee291a1eb8eb2 |
UHC | 猷뜻궠松②뎲 | 111010111010001110110110111001101000001010110011111000011110011010101000111010001000100110000101 | eba3b6e682b3e1e6a8e88985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)