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 | 讌殊欝\ | 11100110101001011000111011101010100010010101010001011100 | e6a58eea89545c |
EUC-JP | 讌殊欝\ | 11101100101001111011110011101100101100011011010101011100 | eca7bcecb1b55c |
UTF-8 | 讌殊欝\ | 11101000101011101000110011100110101011101000101011100110101011001001110101011100 | e8ae8ce6ae8ae6ac9d5c |
UHC | ?殊?\ | 0011111111100010101010000011111101011100 | 3fe2a83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)