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 | ??愼? | 0011111100111111100111001100010000111111 | 3f3f9cc43f |
EUC-JP | 獐?愼? | 10001111110010111011101000111111110110001100011000111111 | 8fcbba3fd8c63f |
UTF-8 | 獐렏愼렧 | 111001111000110110010000111010111010000010001111111001101000010010111100111010111010000010100111 | e78d90eba08fe684bceba0a7 |
UHC | 獐렏愼렧 | 1110110111101111100011101010010111100011111001011000111010110110 | edef8ea5e3e58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)