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 | «k« | 1001111110101011011010111001111110101011 | 9fab6b9fab |
SJIS-WIN | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
EUC-JP | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
UTF-8 | «k« | 110000101001111111000010101010110110101111000010100111111100001010101011 | c29fc2ab6bc29fc2ab |
UHC | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)