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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獸羨綏夕 | 1110000011010111100100010100000111100011010101101001011101011011 | e0d79141e356975b |
EUC-JP | 獸羨綏夕 | 1110000011011001110000011010001011100101101101111100110110111100 | e0d9c1a2e5b7cdbc |
UTF-8 | 獸羨綏夕 | 111001111000110110111000111001111011111010101000111001111011011010001111111001011010010010010101 | e78db8e7bea8e7b68fe5a495 |
UHC | 獸羨綏夕 | 1110001010101110111000001100110011100010101101111110000010101010 | e2aee0cce2b7e0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)