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 | 譫仙ア第仆 | 111001101001111010010000111001011011000110010001111001101001100010111011 | e69e90e5b191e698bb |
EUC-JP | 譫仙ア第仆 | 11101011111111101100000011100111100011101011000111000010111010001101000010111101 | ebfec0e78eb1c2e8d0bd |
UTF-8 | 譫仙ア第仆 | 111010001010110110101011111001001011101110011001111011111011110110110001111001111010110010101100111001001011101110000110 | e8adabe4bb99efbdb1e7acace4bb86 |
UHC | ?仙?第? | 00111111111000001011100100111111111100001010111100111111 | 3fe0b93ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)