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 | 鮨雁・峨┠ | 111010011011110110001010111001011010010110001001111000111000010010110101 | e9bd8ae5a589e384b5 |
EUC-JP | 鮨雁・峨┠ | 11110010101111111011010011100111100011101010010110110010111001011010100010110111 | f2bfb4e78ea5b2e5a8b7 |
UTF-8 | 鮨雁・峨┠ | 111010011010111010101000111010011001101110000001111011111011110110100101111001011011001110101000111000101001010010100000 | e9aea8e99b81efbda5e5b3a8e294a0 |
UHC | ?雁?峨┠ | 0011111111100100110100100011111111100100101100011010011010110111 | 3fe4d23fe4b1a6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)