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 | 畏???? | 100010001101100000111111001111110011111100111111 | 88d83f3f3f3f |
EUC-JP | 畏???? | 101100001101101000111111001111110011111100111111 | b0da3f3f3f3f |
UTF-8 | 畏방콖了㎩ | 111001111001010110001111111010111011000010101001111011001011110110010110111011111010011010111010111000111000111010101001 | e7958febb0a9ecbd96efa6bae38ea9 |
UHC | 畏방콖了㎩ | 11101000111001101011100111100110101100011001000011101000111001111010011111100101 | e8e6b9e6b190e8e7a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)