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 | 稔?牘? | 100101101010101100111111111000001010111100111111 | 96ab3fe0af3f |
EUC-JP | 稔?牘? | 110011001010110100111111111000001011000100111111 | ccad3fe0b13f |
UTF-8 | 稔쿡牘橓 | 111001111010100010010100111011001011111110100001111001111000100110011000111001101010100110010011 | e7a894ecbfa1e78998e6a993 |
UHC | 稔쿡牘橓 | 1110110011111001110001001110111011010100101110101110001011100101 | ecf9c4eed4bae2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)