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 | 墺??壅 | 100110101101001000111111001111111001101011010111 | 9ad23f3f9ad7 |
EUC-JP | 墺??壅 | 110101001101010000111111001111111101010011011001 | d4d43f3fd4d9 |
UTF-8 | 墺잏날壅 | 111001011010001010111010111011001001111010001111111010111000001010100000111001011010001110000101 | e5a2baec9e8feb82a0e5a385 |
UHC | 墺잏날壅 | 1110011111110010100111111110011110110011101011111110100010110101 | e7f29fe7b3afe8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)