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 | 外??\ | 1000101001001111001111110011111101011100 | 8a4f3f3f5c |
EUC-JP | 外?Ł\ | 10110011101100000011111110001111101010011010100001011100 | b3b03f8fa9a85c |
UTF-8 | 外믭Ł\ | 111001011010010010010110111010111010111110101101110001011000000101011100 | e5a496ebafadc5815c |
UHC | 外믭Ł\ | 11101000111000101001001011101111101010001010100101011100 | e8e292efa8a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)