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 | 邂情瞳浯 | 1110011110101110100011111110111010010011101101011111101011111100 | e7ae8fee93b5fafc |
EUC-JP | 邂情瞳浯 | 111011101011000010111110111100001100011010110111100011111100011111000011 | eeb0bef0c6b78fc7c3 |
UTF-8 | 邂情瞳浯 | 111010011000001010000010111001101000001110000101111001111001111010110011111001101011010110101111 | e98282e68385e79eb3e6b5af |
UHC | 邂情瞳? | 11111010101100111110111111010111110101001101101000111111 | fab3efd7d4da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)