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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楮?α熊? | 1001111010111000001111111000001110111111100011000100011000111111 | 9eb83f83bf8c463f |
EUC-JP | 楮?α熊? | 1101110010111010001111111010011011000001101101111010011100111111 | dcba3fa6c1b7a73f |
UTF-8 | 楮쇰α熊렱 | 1110011010100101101011101110110010000111101100001100111010110001111001111000011010001010111010111010000010110001 | e6a5aeec87b0ceb1e7868aeba0b1 |
UHC | 楮쇰α熊렱 | 11101110101111111011110011101011101001011110000111101010101010001000111010111110 | eebfbceba5e1eaa88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)