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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 垓?咳?咳攪 | 10011010101101000011111110001010010100000011111110001010010100001001110110011000 | 9ab43f8a503f8a509d98 |
EUC-JP | 垓?咳?咳攪 | 11010100101101100011111110110011101100010011111110110011101100011101100111111000 | d4b63fb3b13fb3b1d9f8 |
UTF-8 | 垓렫咳렱咳攪 | 111001011001111010010011111010111010000010101011111001011001001010110011111010111010000010110001111001011001001010110011111001101001010010101010 | e59e93eba0abe592b3eba0b1e592b3e694aa |
UHC | 垓렫咳렱咳攪 | 111110101010011110001110101110011111101010100110100011101011111011111010101001101100111011100110 | faa78eb9faa68ebefaa6cee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)