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 | 邏罷宍 | 111001111011010010010100111010111000111010110011 | e7b494eb8eb3 |
EUC-JP | 邏罷宍 | 111011101011011011001000111011011011110010110101 | eeb6c8edbcb5 |
UTF-8 | 邏罷宍 | 111010011000001010001111111001111011110110110111111001011010111010001101 | e9828fe7bdb7e5ae8d |
UHC | 邏罷? | 1101010110100100111101111111001100111111 | d5a4f7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)