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 | 臍???義? | 1110010001100000001111110011111100111111100010110110000000111111 | e4603f3f3f8b603f |
EUC-JP | 臍???義? | 1110011111000001001111110011111100111111101101011100000100111111 | e7c13f3f3fb5c13f |
UTF-8 | 臍陋렩렭義렣 | 111010001000011110001101111011111010010110010001111010111010000010101001111010111010000010101101111001111011111010101001111010111010000010100011 | e8878defa591eba0a9eba0ade7bea9eba0a3 |
UHC | 臍陋렩렭義렣 | 111100001011000011010010111010111000111010110111100011101011101011101011111110011000111010110100 | f0b0d2eb8eb78ebaebf98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)