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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 陰??Z | 1000100101000001001111110011111101011010 | 89413f3f5a |
EUC-JP | 陰??Z | 1011000110100010001111110011111101011010 | b1a23f3f5a |
UTF-8 | 陰쒖뀥Z | 11101001100110011011000011101100100100101001011011101011100000001010010101011010 | e999b0ec9296eb80a55a |
UHC | 陰쒖뀥Z | 11101011111001001001110011101100100001011001110001011010 | ebe49cec859c5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)