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 | 11101000010111001000001110001111100011110100011001001011 | e85c838f8f464b |
EUC-JP | 鐔ワ洲K | 11101111101111011010010111101111101111011010011101001011 | efbda5efbda74b |
UTF-8 | 鐔ワ洲K | 11101001100100001001010011100011100000111010111111100110101101001011001001001011 | e99094e383afe6b4b24b |
UHC | ?ワ洲K | 001111111010101111101111111100011011110101001011 | 3fabeff1bd4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)