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 | 璽湿璽゚」 | 1000111010100011100011101011110010001110101000111101111110100011 | 8ea38ebc8ea3dfa3 |
EUC-JP | 璽湿璽゚」 | 10111100101001011011110010111110101111001010010110001110110111111000111010100011 | bca5bcbebca58edf8ea3 |
UTF-8 | 璽湿璽゚」 | 111001111001001010111101111001101011100110111111111001111001001010111101111011111011111010011111111011111011110110100011 | e792bde6b9bfe792bdefbe9fefbda3 |
UHC | 璽?璽?? | 11011111110111100011111111011111110111100011111100111111 | dfde3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)