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 | 率??帳?? | 1001011110100110001111110011111110010010101000000011111100111111 | 97a63f3f92a03f3f |
EUC-JP | 率??帳?? | 1100111010101000001111110011111111000100101000100011111100111111 | cea83f3fc4a23f3f |
UTF-8 | 率녘나帳녘뮅 | 111001111000111010000111111010111000010110011000111010111000001010011000111001011011100010110011111010111000010110011000111010111010111010000101 | e78e87eb8598eb8298e5b8b3eb8598ebae85 |
UHC | 率녘나帳녘뮅 | 111000011110001110110011111010001011001110101010111011011110001110110011111010001001001010010100 | e1e3b3e8b3aaede3b3e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)