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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷夭膜轢 | 1111101110100100100110101110111010010110100011001110011110000000 | fba49aee968ce780 |
EUC-JP | 訷夭膜轢 | 100011111101110111010100110101001111000011001011111011001110110111100000 | 8fddd4d4f0cbecede0 |
UTF-8 | 訷夭膜轢 | 111010001010100010110111111001011010010010101101111010001000011010011100111010001011110110100010 | e8a8b7e5a4ade8869ce8bda2 |
UHC | ?夭膜轢 | 00111111111010001110110011011000101011111101010111111001 | 3fe8ecd8afd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)