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 | 淀????? | 10010111100001000011111100111111001111110011111100111111 | 97843f3f3f3f3f |
EUC-JP | 淀???勖? | 110011011110010000111111001111110011111110001111101100111110110100111111 | cde43f3f3f8fb3ed3f |
UTF-8 | 淀렏롈렱勖렠 | 111001101011011110000000111010111010000010001111111010111010000110001000111010111010000010110001111001011000101110010110111010111010000010100000 | e6b780eba08feba188eba0b1e58b96eba0a0 |
UHC | 淀렏롈렱勖렠 | 111011111110001110001110101001011000111011001110100011101011111011101001111011011000111010110001 | efe38ea58ece8ebee9ed8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)