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 | ?h????~ | 00111111011010000011111100111111001111110011111101111110 | 3f683f3f3f3f7e |
SJIS-WIN | 葢hシ゚ジ~ | 1110010011100010011010001011110011011111101111001101111001111110 | e4e268bcdfbcde7e |
EUC-JP | 葢hシ゚ジ~ | 111010001110010001101000100011101011110010001110110111111000111010111100100011101101111001111110 | e8e4688ebc8edf8ebc8ede7e |
UTF-8 | 葢hシ゚ジ~ | 1110100010010001101000100110100011101111101111011011110011101111101111101001111111101111101111011011110011101111101111101001111001111110 | e891a268efbdbcefbe9fefbdbcefbe9e7e |
UHC | ?h????~ | 00111111011010000011111100111111001111110011111101111110 | 3f683f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)