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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | ??簾K | 0011111100111111100101111111101001001011 | 3f3f97fa4b |
EUC-JP | ??簾K | 0011111100111111110011101111110001001011 | 3f3fcefc4b |
UTF-8 | 痢곕簾K | 11101111101001111010010111101010101100111001010111100111101100001011111001001011 | efa7a5eab395e7b0be4b |
UHC | 痢곕簾K | 11101100101110001011000011101011110101101011001101001011 | ecb8b0ebd6b34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)