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 | ク﨔 | 10111000111101101100001011111010111010101111100101000010 | b8f6c2faeaf942 |
EUC-JP | ク??? | 1000111010111000001111110011111100111111 | 8eb83f3f3f |
UTF-8 | ク﨔 | 111011111011110110111000111011101001001110101001111011111010100010010100111011101001101010011110 | efbdb8ee93a9efa894ee9a9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)