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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 錥嫉K | 1111101111010111100011101011100101001011 | fbd78eb94b |
EUC-JP | 錥嫉K | 100011111110010011100000101111001011101101001011 | 8fe4e0bcbb4b |
UTF-8 | 錥嫉K | 11101001100011001010010111100101101010111000100101001011 | e98ca5e5ab894b |
UHC | ?嫉K | 00111111111100101110110001001011 | 3ff2ec4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)