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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邃繕泄B | 11100010100001001001000101010101100111111001010101000010 | e28491559f9542 |
EUC-JP | 邃繕泄B | 11100011111001001100000110110110110111011111010101000010 | e3e4c1b6ddf542 |
UTF-8 | 邃繕泄B | 11101001100000101000001111100111101110011001010111100110101100111000010001000010 | e98283e7b995e6b38442 |
UHC | 邃繕泄B | 11100010110001011110000011001011111000001101110001000010 | e2c5e0cbe0dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)