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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鏑邁?錞?薔 | 10010011010011001110011110110000001111111111101111011011001111111110010101001011 | 934ce7b03ffbdb3fe54b |
EUC-JP | 鏑邁?錞?薔 | 1100010110101101111011101011001000111111100011111110010011011100001111111110100110101100 | c5adeeb23f8fe4dc3fe9ac |
UTF-8 | 鏑邁걀錞렯薔 | 111010011000111110010001111010011000001010000001111010101011000110000000111010011000110010011110111010111010000010101111111010001001011010010100 | e98f91e98281eab180e98c9eeba0afe89694 |
UHC | 鏑邁걀錞렯薔 | 111011101110101111011000111001001011000010111111111000101111011010001110101111001110110111111001 | eeebd8e4b0bfe2f68ebcedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)