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 | 謫??? | 1110011010010011001111110011111100111111 | e6933f3f3f |
EUC-JP | 謫?瑗? | 11101011111100110011111110001111110011001100000000111111 | ebf33f8fccc03f |
UTF-8 | 謫렠瑗렦 | 111010001010110010101011111010111010000010100000111001111001000110010111111010111010000010100110 | e8acabeba0a0e79197eba0a6 |
UHC | 謫렠瑗렦 | 1110111011100011100011101011000111101010101111001000111010110101 | eee38eb1eabc8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)