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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 錵ル瑳^ | 11101000010001011000001110001011100011011011101001011110 | e845838b8dba5e |
EUC-JP | 錵ル瑳^ | 11101111101001101010010111101011101110101011110001011110 | efa6a5ebbabc5e |
UTF-8 | 錵ル瑳^ | 11101001100011001011010111100011100000111010101111100111100100011011001101011110 | e98cb5e383abe791b35e |
UHC | ?ル?^ | 0011111110101011111010110011111101011110 | 3fabeb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)