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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姓惺靄 | 100100001010100110011100101101111110100011001001 | 90a99cb7e8c9 |
EUC-JP | 姓惺靄 | 110000001010101111011000101110011111000011001011 | c0abd8b9f0cb |
UTF-8 | 姓惺靄 | 111001011010011110010011111001101000001110111010111010011001110110000100 | e5a793e683bae99d84 |
UHC | 姓惺靄 | 111000001111001111100000111101101110010011110111 | e0f3e0f6e4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)