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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疋???闇 | 10010101010001000011111100111111001111111000100011000101 | 95443f3f3f88c5 |
EUC-JP | 疋???闇 | 11001001101001010011111100111111001111111011000011000111 | c9a53f3f3fb0c7 |
UTF-8 | 疋닺렭렋闇 | 111001111001011010001011111010111000101110111010111010111010000010101101111010111010000010001011111010011001011110000111 | e7968beb8bbaeba0adeba08be99787 |
UHC | 疋닺렭렋闇 | 11111001101101011011010011101000100011101011101010001110101000101110010011100001 | f9b5b4e88eba8ea2e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)