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 | 餓??渦? | 10001001111011000011111100111111100010010101000100111111 | 89ec3f3f89513f |
EUC-JP | 餓??渦? | 10110010111011100011111100111111101100011011001000111111 | b2ee3f3fb1b23f |
UTF-8 | 餓뽪릍渦계 | 111010011010010010010011111010111011110110101010111010111010011010001101111001101011100010100110111010101011001110000100 | e9a493ebbdaaeba68de6b8a6eab384 |
UHC | 餓뽪릍渦계 | 11100100101110111001011011100110101110001010110011101000101111101011000011101000 | e4bb96e6b8ace8beb0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)