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 | 磁肛辞 | 1111000011000001100011101010010111100011111010001000111010101011 | f0c18ea5e3e88eab |
EUC-JP | ?磁肛辞 | 00111111101111001010011111100110111010101011110010101101 | 3fbca7e6eabcad |
UTF-8 | 磁肛辞 | 111011101000001010000000111001111010001110000001111010001000001010011011111010001011111010011110 | ee8280e7a381e8829be8be9e |
UHC | ?磁肛? | 001111111110110110111000111110011111110100111111 | 3fedb8f9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)