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 | 辱ラ?\ | 100100000100101010000011100010010011111101011100 | 904a83893f5c |
EUC-JP | 辱ラ?\ | 101111111010101110100101111010010011111101011100 | bfaba5e93f5c |
UTF-8 | 辱ラ쎁\ | 11101000101111101011000111100011100000111010100111101100100011101000000101011100 | e8beb1e383a9ec8e815c |
UHC | 辱ラ쎁\ | 11101001101101001010101111101001100110111010101101011100 | e9b4abe99bab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)