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 | 遶郁橋 | 111001111010101110001000111010001000101110110100 | e7ab88e88bb4 |
EUC-JP | 遶郁橋 | 111011101010110110110000111010101011011010110110 | eeadb0eab6b6 |
UTF-8 | 遶郁橋 | 111010011000000110110110111010011000001110000001111001101010100110001011 | e981b6e98381e6a98b |
UHC | ?郁橋 | 0011111111101001111101001100111011101001 | 3fe9f4cee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)