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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???營 | 0011111100111111001111111001101001111010 | 3f3f3f9a7a |
EUC-JP | ???營 | 0011111100111111001111111101001111011011 | 3f3f3fd3db |
UTF-8 | 筽멨떂營 | 111001111010110110111101111010111010100110101000111010111001011010000010111001111000011110011111 | e7adbdeba9a8eb9682e7879f |
UHC | 筽멨떂營 | 1110100010100100101110001110010110001011100110001110011110111101 | e8a4b8e58b98e7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)