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 | 贈??億? | 10010001101000010011111100111111100010011010110100111111 | 91a13f3f89ad3f |
EUC-JP | 贈??億? | 11000010101000110011111100111111101100101010111100111111 | c2a33f3fb2af3f |
UTF-8 | 贈펼滑億렡 | 111010001011010010001000111011011000111010111100111011111010010010000100111001011000010010000100111010111010000010100001 | e8b488ed8ebcefa484e58484eba0a1 |
UHC | 贈펼滑億렡 | 11110001111111001100011011101110110011011110100011100101111000101000111010110010 | f1fcc6eecde8e5e28eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)