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 | ?級? | 00111111100010111000100100111111 | 3f8b893f |
EUC-JP | 侁級? | 100011111011000011111100101101011110100100111111 | 8fb0fcb5e93f |
UTF-8 | 侁級횃 | 111001001011111010000001111001111011010010011010111011011001101010000011 | e4be81e7b49aed9a83 |
UHC | 侁級횃 | 111000111110000011010000111001001100100010110110 | e3e0d0e4c8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)