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 | 霎滄寉謨エ | 111010001011111010011111111010011001101110000101111001101001010110110100 | e8be9fe99b85e695b4 |
EUC-JP | 霎滄寉謨エ | 11110000110000001101111011101011110101011110010111101011111101011000111010110100 | f0c0deebd5e5ebf58eb4 |
UTF-8 | 霎滄寉謨エ | 111010011001110010001110111001101011101110000100111001011010111110001001111010001010110010101000111011111011110110110100 | e99c8ee6bb84e5af89e8aca8efbdb4 |
UHC | ?滄?謨? | 00111111111100111110011100111111110110011100100000111111 | 3ff3e73fd9c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)