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 | 顆昜サ呻ス | 1110100011110111100111011110010010111011100110011110111110111101 | e8f79de4bb99efbd |
EUC-JP | 顆昜サ呻ス | 11110000111110011101101011100110100011101011101111010010111100011000111010111101 | f0f9dae68ebbd2f18ebd |
UTF-8 | 顆昜サ呻ス | 111010011010000110000110111001101001100010011100111011111011110110111011111001011001000110111011111011111011110110111101 | e9a186e6989cefbdbbe591bbefbdbd |
UHC | 顆??呻? | 11001110101010000011111100111111111000111110001000111111 | cea83f3fe3e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)