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 | ?嵩?訥ケ∫ | 00111111100100001001001100111111111001100110001110000011010100001000000111100111 | 3f90933fe663835081e7 |
EUC-JP | ?嵩?訥ケ∫ | 00111111101111111111001100111111111010111100010010100101101100011010001011101001 | 3fbff33febc4a5b1a2e9 |
UTF-8 | 룶嵩룵訥ケ∫ | 111010111010001110110110111001011011010110101001111010111010001110110101111010001010100010100101111000111000001010110001111000101000100010101011 | eba3b6e5b5a9eba3b5e8a8a5e382b1e288ab |
UHC | 룶嵩룵訥ケ∫ | 100011111010101111100011101000011000111110101010110100101110110110101011101100011010000111110010 | 8fabe3a18faad2edabb1a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)