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 | 吾х?億? | 1000110011100001100001001000011100111111100010011010110100111111 | 8ce184873f89ad3f |
EUC-JP | 吾х?億? | 1011100011100011101001111110011100111111101100101010111100111111 | b8e3a7e73fb2af3f |
UTF-8 | 吾х퇁億갃 | 1110010110010000101111101101000110000101111011011000011110000001111001011000010010000100111010101011000010000011 | e590bed185ed8781e58484eab083 |
UHC | 吾х퇁億갃 | 11100111111011101010110011100111101101111001001011100101111000101000000101000010 | e7eeace7b792e5e28142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)