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 | 煇幃岫 | 111110110101011110011011111010011001101110101011 | fb579be99bab |
EUC-JP | 煇幃岫 | 10001111110010011111010111010110111010111101011010101101 | 8fc9f5d6ebd6ad |
UTF-8 | 煇幃岫 | 111001111000010110000111111001011011100110000011111001011011001010101011 | e78587e5b983e5b2ab |
UHC | 煇?岫 | 1111110111001000001111111110000111111011 | fdc83fe1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)