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 | okL | 100010110110111110001001011010111001000101001100 | 8b6f896b914c |
SJIS-WIN | ?o?k?L | 001111110110111100111111011010110011111101001100 | 3f6f3f6b3f4c |
EUC-JP | ?o?k?L | 001111110110111100111111011010110011111101001100 | 3f6f3f6b3f4c |
UTF-8 | okL | 110000101000101101101111110000101000100101101011110000101001000101001100 | c28b6fc2896bc2914c |
UHC | ?o?k?L | 001111110110111100111111011010110011111101001100 | 3f6f3f6b3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)