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 | 北垠悶 | 100101100110101110011010101101011001011011100011 | 966b9ab596e3 |
EUC-JP | 北垠悶 | 110010111100110011010100101101111100110011100101 | cbccd4b7cce5 |
UTF-8 | 北垠悶 | 111001011000110010010111111001011001111010100000111001101000001010110110 | e58c97e59ea0e682b6 |
UHC | 北垠悶 | 110111011100000111101011110110011101101010111111 | ddc1ebd9dabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)