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 | 貉帛、哮 | 11100110101110011001101111100101101001001001101001001011 | e6b99be5a49a4b |
EUC-JP | 貉帛、哮 | 1110110010111011110101101110011110001110101001001101001110101100 | ecbbd6e78ea4d3ac |
UTF-8 | 貉帛、哮 | 111010001011001010001001111001011011100010011011111011111011110110100100111001011001001110101110 | e8b289e5b89befbda4e593ae |
UHC | ?帛?哮 | 001111111101101111011001001111111111110011110110 | 3fdbd93ffcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)