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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 識鍾ケデB | 11110010101110001000111010101111100011111101111110111001110000111101111001000010 | f2b88eaf8fdfb9c3de42 |
EUC-JP | ?識鍾ケデB | 001111111011110010110001101111101110000110001110101110011000111011000011100011101101111001000010 | 3fbcb1bee18eb98ec38ede42 |
UTF-8 | 識鍾ケデB | 11101110100001111010111111101000101011011001100011101001100011011011111011101111101111011011100111101111101111101000001111101111101111101001111001000010 | ee87afe8ad98e98dbeefbdb9efbe83efbe9e42 |
UHC | ?識鍾???B | 001111111110001111011011111100011010001100111111001111110011111101000010 | 3fe3dbf1a33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)