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 | 躁?齎?瓦? | 111001110100111000111111111001101101100000111111100010101010001000111111 | e74e3fe6d83f8aa23f |
EUC-JP | 躁?齎?瓦? | 111011011010111100111111111011001101101000111111101101001010010000111111 | edaf3fecda3fb4a43f |
UTF-8 | 躁렦齎렲瓦렢 | 111010001011101010000001111010111010000010100110111010011011110110001110111010111010000010110010111001111001001110100110111010111010000010100010 | e8ba81eba0a6e9bd8eeba0b2e793a6eba0a2 |
UHC | 躁렦齎렲瓦렢 | 111100001110001010001110101101011110111010110010100011101011111111101000101111111000111010110011 | f0e28eb5eeb28ebfe8bf8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)