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 | ?篩?? | 0011111111100010101111110011111100111111 | 3fe2bf3f3f |
EUC-JP | 鋌篩?? | 10001111111001001011101111100100110000010011111100111111 | 8fe4bbe4c13f3f |
UTF-8 | 鋌篩렩렢 | 111010011000101110001100111001111010111110101001111010111010000010101001111010111010000010100010 | e98b8ce7afa9eba0a9eba0a2 |
UHC | 鋌篩렩렢 | 1110111111111011110111101110100010001110101101111000111010110011 | effbdee88eb78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)