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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘阪蒔取 | 11101001101000011000110111100011100011101010101011111001111110101000111011100110 | e9a18de38eaaf9fa8ee6 |
EUC-JP | 鬘阪蒔?取 | 111100101010001110111010111001011011110010101100001111111011110011101000 | f2a3bae5bcac3fbce8 |
UTF-8 | 鬘阪蒔取 | 111010011010110010011000111010011001100010101010111010001001001010010100111011101001110110010101111001011000111110010110 | e9ac98e998aae89294ee9d95e58f96 |
UHC | ?阪蒔?取 | 0011111111111000101000011110001111001000001111111111011010100010 | 3ff8a1e3c83ff6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)