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 | 竭竍秡 | 111000101001000111100010100001111110001001100000 | e291e287e260 |
EUC-JP | 竭竍秡 | 111000111111000111100011111001111110001111000001 | e3f1e3e7e3c1 |
UTF-8 | 竭竍秡 | 111001111010101110101101111001111010101110001101111001111010011110100001 | e7abade7ab8de7a7a1 |
UHC | 竭?? | 11001010111001100011111100111111 | cae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)