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 | 鬘阪蒔塚取イ | 1110100110100001100011011110001110001110101010101111101010011100100011101110011010110010 | e9a18de38eaafa9c8ee6b2 |
EUC-JP | 鬘阪蒔?取イ | 1111001010100011101110101110010110111100101011000011111110111100111010001000111010110010 | f2a3bae5bcac3fbce88eb2 |
UTF-8 | 鬘阪蒔塚取イ | 111010011010110010011000111010011001100010101010111010001001001010010100111011111010100010010000111001011000111110010110111011111011110110110010 | e9ac98e998aae89294efa890e58f96efbdb2 |
UHC | ?阪蒔?取? | 001111111111100010100001111000111100100000111111111101101010001000111111 | 3ff8a1e3c83ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)