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 | 甞畩蓚甞 | 1110000101010010111000010101110111100100111010011110000101010010 | e152e15de4e9e152 |
EUC-JP | 甞畩蓚甞 | 1110000110110011111000011011111011101000111010111110000110110011 | e1b3e1bee8ebe1b3 |
UTF-8 | 甞畩蓚甞 | 111001111001010010011110111001111001010110101001111010001001001110011010111001111001010010011110 | e7949ee795a9e8939ae7949e |
UHC | ??蓚? | 0011111100111111111000101011111000111111 | 3f3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)