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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪????? | 10011000011000110011111100111111001111110011111100111111 | 98633f3f3f3f3f |
EUC-JP | 歪????? | 11001111110001000011111100111111001111110011111100111111 | cfc43f3f3f3f3f |
UTF-8 | 歪귝깄嶺믧걦 | 111001101010110110101010111010101011011110011101111010101011100110000100111011111010011010101011111010111010111110100111111010101011000110100110 | e6adaaeab79deab984efa6abebafa7eab1a6 |
UHC | 歪귝깄嶺믧걦 | 111010001110000010000010111001101000001110000101111001111010110110010010111010011000000110001111 | e8e082e68385e7ad92e9818f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)