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 | 薔??帳?? | 1110010101001011001111110011111110010010101000000011111100111111 | e54b3f3f92a03f3f |
EUC-JP | 薔??帳?? | 1110100110101100001111110011111111000100101000100011111100111111 | e9ac3f3fc4a23f3f |
UTF-8 | 薔쇠나帳녘뮅 | 111010001001011010010100111011001000011110100000111010111000001010011000111001011011100010110011111010111000010110011000111010111010111010000101 | e89694ec87a0eb8298e5b8b3eb8598ebae85 |
UHC | 薔쇠나帳녘뮅 | 111011011111100110111100111010001011001110101010111011011110001110110011111010001001001010010100 | edf9bce8b3aaede3b3e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)