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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 源均跨 | 100011001011100110001011110011111000110011010111 | 8cb98bcf8cd7 |
EUC-JP | 源均跨 | 101110001011101110110110110100011011100011011001 | b8bbb6d1b8d9 |
UTF-8 | 源均跨 | 111001101011101010010000111001011001110110000111111010001011011110101000 | e6ba90e59d87e8b7a8 |
UHC | 源均跨 | 111010101011100111010000101100111100111010100101 | eab9d0b3cea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)