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 | 北漏壅 | 100101100110101110011000010100101001101011010111 | 966b98529ad7 |
EUC-JP | 北漏壅 | 110010111100110011001111101100111101010011011001 | cbcccfb3d4d9 |
UTF-8 | 北漏壅 | 111001011000110010010111111001101011110010001111111001011010001110000101 | e58c97e6bc8fe5a385 |
UHC | 北漏壅 | 110111011100000111010111101010011110100010110101 | ddc1d7a9e8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)