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 | 楮?├? | 100111101011100000111111100001001010010100111111 | 9eb83f84a53f |
EUC-JP | 楮?├? | 110111001011101000111111101010001010011100111111 | dcba3fa8a73f |
UTF-8 | 楮쇔├롇 | 111001101010010110101110111011001000011110010100111000101001010010011100111010111010000110000111 | e6a5aeec8794e2949ceba187 |
UHC | 楮쇔├롇 | 1110111010111111101111001110010110100110101001111000111011001101 | eebfbce5a6a78ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)