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 | 逸?女逸 | 10001000111011010011111110001111100101111000100011101101 | 88ed3f8f9788ed |
EUC-JP | 逸?女逸 | 10110000111011110011111110111101111101111011000011101111 | b0ef3fbdf7b0ef |
UTF-8 | 逸쇨女逸 | 111010011000000010111000111011001000011110101000111001011010010110110011111010011000000010111000 | e980b8ec87a8e5a5b3e980b8 |
UHC | 逸쇨女逸 | 1110110011101111101111001110101011010010101100111110110011101111 | ecefbcead2b3ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)