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 | 姓惺仰 | 100100001010100110011100101101111000101111000010 | 90a99cb78bc2 |
EUC-JP | 姓惺仰 | 110000001010101111011000101110011011011011000100 | c0abd8b9b6c4 |
UTF-8 | 姓惺仰 | 111001011010011110010011111001101000001110111010111001001011101110110000 | e5a793e683bae4bbb0 |
UHC | 姓惺仰 | 111000001111001111100000111101101110010011100110 | e0f3e0f6e4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)