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 | 率??帳⑨? | 100101111010011000111111001111111001001010100000100001110100100000111111 | 97a63f3f92a087483f |
EUC-JP | 率??帳?? | 1100111010101000001111110011111111000100101000100011111100111111 | cea83f3fc4a23f3f |
UTF-8 | 率녘나帳⑨슐 | 111001111000111010000111111010111000010110011000111010111000001010011000111001011011100010110011111000101001000110101000111011001000101010010000 | e78e87eb8598eb8298e5b8b3e291a8ec8a90 |
UHC | 率녘나帳⑨슐 | 111000011110001110110011111010001011001110101010111011011110001110101000111011111011110110110110 | e1e3b3e8b3aaede3a8efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)