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 | 莉わ繍\ | 11100100101110111000001011101101100011110100101001011100 | e4bb82ed8f4a5c |
EUC-JP | 莉わ繍\ | 11101000101111011010010011101111101111011010101101011100 | e8bda4efbdab5c |
UTF-8 | 莉わ繍\ | 11101000100011101000100111100011100000101000111111100111101110011000110101011100 | e88e89e3828fe7b98d5c |
UHC | 莉わ?\ | 110101111110100110101010111011110011111101011100 | d7e9aaef3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)