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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楮肆? | 1001111010111000111000111110011000111111 | 9eb8e3e63f |
EUC-JP | 楮肆? | 1101110010111010111001101110100000111111 | dcbae6e83f |
UTF-8 | 楮肆깃 | 111001101010010110101110111010001000001010000110111010101011100110000011 | e6a5aee88286eab983 |
UHC | 楮肆깃 | 111011101011111111011110111010111011000111101010 | eebfdeebb1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)