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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 錵ル瑳\ | 11101000010001011000001110001011100011011011101001011100 | e845838b8dba5c |
EUC-JP | 錵ル瑳\ | 11101111101001101010010111101011101110101011110001011100 | efa6a5ebbabc5c |
UTF-8 | 錵ル瑳\ | 11101001100011001011010111100011100000111010101111100111100100011011001101011100 | e98cb5e383abe791b35c |
UHC | ?ル?\ | 0011111110101011111010110011111101011100 | 3fabeb3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)