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 | 豁溪ぎ | 111001101010110110011111111000101000001010101100 | e6ad9fe282ac |
EUC-JP | 豁溪ぎ | 111011001010111111011110111001001010010010101110 | ecafdee4a4ae |
UTF-8 | 豁溪ぎ | 111010001011000110000001111001101011101010101010111000111000000110001110 | e8b181e6baaae3818e |
UHC | 豁溪ぎ | 111111001100001111001101101000101010101010101110 | fcc3cda2aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)