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 | 1111101101001010100011101011010001001011 | fb4a8eb44b |
EUC-JP | 溿雫K | 100011111100100010110001101111001011011001001011 | 8fc8b1bcb64b |
UTF-8 | 溿雫K | 11100110101110101011111111101001100110111010101101001011 | e6babfe99bab4b |
UHC | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)