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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴨??? | 1000101010011011001111110011111100111111 | 8a9b3f3f3f |
EUC-JP | 鴨??嫄 | 10110011111110110011111100111111100011111011101010100001 | b3fb3f3f8fbaa1 |
UTF-8 | 鴨밸툍嫄 | 111010011011010010101000111010111011000010111000111011011000100010001101111001011010101110000100 | e9b4a8ebb0b8ed888de5ab84 |
UHC | 鴨밸툍嫄 | 1110010011100101101110011110101110111000100001011110101010110001 | e4e5b9ebb885eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)