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 | 除?? | 10001111100111000011111100111111 | 8f9c3f3f |
EUC-JP | 除?? | 10111101111111000011111100111111 | bdfc3f3f |
UTF-8 | 除곈홱 | 111010011001100110100100111010101011001110001000111011011001100110110001 | e999a4eab388ed99b1 |
UHC | 除곈홱 | 111100001011011010110000111010011100100010110100 | f0b6b0e9c8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)