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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾ス遏ュ雍井 | 11100101101101111011110111100111100111111010110111101000101101001000100011100100 | e5b7bde79fade8b488e4 |
EUC-JP | 蟾ス遏ュ雍井 | 111010101011100110001110101111011110111010100001100011101010110111110000101101101011000011100110 | eab98ebdeea18eadf0b6b0e6 |
UTF-8 | 蟾ス遏ュ雍井 | 111010001001111110111110111011111011110110111101111010011000000110001111111011111011110110101101111010011001101110001101111001001011101010010101 | e89fbeefbdbde9818fefbdade99b8de4ba95 |
UHC | 蟾???雍井 | 111000001110101000111111001111110011111111101000101111001110111111001100 | e0ea3f3f3fe8bcefcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)