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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 扈?葺 | 1110011110111011001111111001010110011000 | e7bb3f9598 |
EUC-JP | 扈?葺 | 1110111010111101001111111100100111111000 | eebd3fc9f8 |
UTF-8 | 扈렏葺 | 111001101000100110001000111010111010000010001111111010001001000110111010 | e68988eba08fe891ba |
UHC | 扈렏葺 | 111110111100001110001110101001011111000111110001 | fbc38ea5f1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)