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 | 邨りイ喜ィ比 | 11100111101101011000001011101000101100101000101011101100101010001001010011100100 | e7b582e8b28aeca894e4 |
EUC-JP | 邨りイ喜ィ比 | 111011101011011110100100111010101000111010110010101101001110111010001110101010001100100011100110 | eeb7a4ea8eb2b4ee8ea8c8e6 |
UTF-8 | 邨りイ喜ィ比 | 111010011000001010101000111000111000001010001010111011111011110110110010111001011001011010011100111011111011110110101000111001101010111110010100 | e982a8e3828aefbdb2e5969cefbda8e6af94 |
UHC | 邨り?喜?比 | 11110101101111101010101011101010001111111111110111101100001111111101110111101111 | f5beaaea3ffdec3fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)