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 | 蔕逸拾萬 | 1110010011110110100010001110110110001111010001011110010011011101 | e4f688ed8f45e4dd |
EUC-JP | 蔕逸拾萬 | 1110100011111000101100001110111110111101101001101110100011011111 | e8f8b0efbda6e8df |
UTF-8 | 蔕逸拾萬 | 111010001001010010010101111010011000000010111000111001101000101110111110111010001001000010101100 | e89495e980b8e68bbee890ac |
UHC | ?逸拾萬 | 00111111111011001110111111100011101001101101100010111111 | 3fecefe3a6d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)