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 | ??易?? | 001111110011111110001000110101010011111100111111 | 3f3f88d53f3f |
EUC-JP | ??易?ł | 0011111100111111101100001101011100111111100011111010100111001000 | 3f3fb0d73f8fa9c8 |
UTF-8 | 殮뺾易뚨ł | 1110111110100110101001011110101110111010101111101110011010011000100100111110101110011010101010001100010110000010 | efa6a5ebbabee69893eb9aa8c582 |
UHC | 殮뺾易뚨ł | 11100110111110011001011001000111111001101011011010001100111001111010100110101001 | e6f99647e6b68ce7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)