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 | 揖??\ | 1001011101001011001111110011111101011100 | 974b3f3f5c |
EUC-JP | 揖??\ | 1100110110101100001111110011111101011100 | cdac3f3f5c |
UTF-8 | 揖곁ㄿ\ | 11100110100011111001011011101010101100111000000111100011100001001011111101011100 | e68f96eab381e384bf5c |
UHC | 揖곁ㄿ\ | 11101011111001111011000011100111101001001010111101011100 | ebe7b0e7a4af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)