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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????爰 | 001111110011111100111111001111111110000010100111 | 3f3f3f3fe0a7 |
EUC-JP | 佺?釪?爰 | 10001111101100001111100100111111100011111110001110101101001111111110000010101001 | 8fb0f93f8fe3ad3fe0a9 |
UTF-8 | 佺렦釪렟爰 | 111001001011110110111010111010111010000010100110111010011000011110101010111010111010000010011111111001111000100010110000 | e4bdbaeba0a6e987aaeba09fe788b0 |
UHC | 佺렦釪렟爰 | 11101110111011011000111010110101111010011110100110001110101100001110101010111010 | eeed8eb5e9e98eb0eaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)