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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋ケ諤懶ス」 | 111010001001101110111001111001101000000010011100111011111011110110100011 | e89bb9e6809cefbda3 |
EUC-JP | 陋ケ諤懶ス」 | 111011111111101110001110101110011110101111100000110110001111000110001110101111011000111010100011 | effb8eb9ebe0d8f18ebd8ea3 |
UTF-8 | 陋ケ諤懶ス」 | 111010011001100110001011111011111011110110111001111010001010101110100100111001101000011110110110111011111011110110111101111011111011110110100011 | e9998befbdb9e8aba4e687b6efbdbdefbda3 |
UHC | 陋??懶?? | 1101011110110000001111110011111111010100111110110011111100111111 | d7b03f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)