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 | 愛???ゴ | 10001000101001000011111100111111001111111000001101010011 | 88a43f3f3f8353 |
EUC-JP | 愛???ゴ | 10110000101001100011111100111111001111111010010110110100 | b0a63f3f3fa5b4 |
UTF-8 | 愛춀廉욇ゴ | 111001101000010010011011111011001011011010000000111011111010011010100010111011001001101010000111111000111000001010110100 | e6849becb680efa6a2ec9a87e382b4 |
UHC | 愛춀廉욇ゴ | 11100100111100011010110101011010111001101111010110011110111010011010101110110100 | e4f1ad5ae6f59ee9abb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)