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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 秊뎚뗼秊뎚 | 111011111010011010010101111010111000111010011010111010111001011110111100111011111010011010010101111010111000111010011010 | efa695eb8e9aeb97bcefa695eb8e9a |
UHC | 秊뎚뗼秊뎚 | 11100110110111001000100101101011100010111111101111100110110111001000100101101011 | e6dc896b8bfbe6dc896b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)