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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂倩キォ | 111001111010111010011000111010001011011110101011 | e7ae98e8b7ab |
EUC-JP | 邂倩キォ | 1110111010110000110100001110101010001110101101111000111010101011 | eeb0d0ea8eb78eab |
UTF-8 | 邂倩キォ | 111010011000001010000010111001011000000010101001111011111011110110110111111011111011110110101011 | e98282e580a9efbdb7efbdab |
UHC | 邂??? | 1111101010110011001111110011111100111111 | fab33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)