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 | 楮????? | 10011110101110000011111100111111001111110011111100111111 | 9eb83f3f3f3f3f |
EUC-JP | 楮????? | 11011100101110100011111100111111001111110011111100111111 | dcba3f3f3f3f3f |
UTF-8 | 楮쭹렑렎뤯헤 | 111001101010010110101110111011001010110110111001111010111010000010010001111010111010000010001110111010111010010010101111111011011001011110100100 | e6a5aeecadb9eba091eba08eeba4afed97a4 |
UHC | 楮쭹렑렎뤯헤 | 111011101011111111000010111001111000111010100110100011101010010010001111110111011100011111101100 | eebfc2e78ea68ea48fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)