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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蔵俗息淡\ | 100100011010000010010001101011011001000110100111100100100101011101011100 | 91a091ad91a792575c |
EUC-JP | 蔵俗息淡\ | 110000101010001011000010101011111100001010101001110000111011100001011100 | c2a2c2afc2a9c3b85c |
UTF-8 | 蔵俗息淡\ | 11101000100101001011010111100100101111111001011111100110100000011010111111100110101101111010000101011100 | e894b5e4bf97e681afe6b7a15c |
UHC | ?俗息淡\ | 0011111111100001110101001110001111010011110100111011111101011100 | 3fe1d4e3d3d3bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)