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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 簑矚B | 11110111101010011111000011101111111000101100000011110111101010011111000011101111111000011101111101000010 | f7a9f0efe2c0f7a9f0efe1df42 |
EUC-JP | ??簑??矚B | 001111110011111111100100110000100011111100111111111000101110000101000010 | 3f3fe4c23f3fe2e142 |
UTF-8 | 簑矚B | 11101110100101101000110011101110100000101010111011100111101100001001000111101110100101101000110011101110100000101010111011100111100111111001101001000010 | ee968cee82aee7b091ee968cee82aee79f9a42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)