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 | 甞畩艪獻 | 1110000101010010111000010101110111100100100000101110000011011001 | e152e15de482e0d9 |
EUC-JP | 甞畩艪獻 | 1110000110110011111000011011111011100111111000101110000011011011 | e1b3e1bee7e2e0db |
UTF-8 | 甞畩艪獻 | 111001111001010010011110111001111001010110101001111010001000100110101010111001111000110110111011 | e7949ee795a9e889aae78dbb |
UHC | ???獻 | 0011111100111111001111111111101011001100 | 3f3f3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)