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 | 鳶???f? | 1001001111001110001111110011111100111111100000101000011000111111 | 93ce3f3f3f82863f |
EUC-JP | 鳶??沅f? | 11000110110100000011111100111111100011111100011011101001101000111110011000111111 | c6d03f3f8fc6e9a3e63f |
UTF-8 | 鳶롫씦沅f삌 | 111010011011001110110110111010111010000110101011111011001001010010100110111001101011001010000101111011111011110110000110111011001000001010001100 | e9b3b6eba1abec94a6e6b285efbd86ec828c |
UHC | 鳶롫씦沅f삌 | 111001101110100110001110111010111001110110111010111010101011011010100011111001101001100010010011 | e6e98eeb9dbaeab6a3e69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)