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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ???泣?? | 00111111001111110011111110001011100000110011111100111111 | 3f3f3f8b833f3f |
EUC-JP | ???泣®ł | 0011111100111111001111111011010111100011100011111010001011101110100011111010100111001000 | 3f3f3fb5e38fa2ee8fa9c8 |
UTF-8 | 烈ㅻ끁泣®ł | 11101111101001101001111111100011100001011011101111101011100000011000000111100110101100111010001111000010101011101100010110000010 | efa69fe385bbeb8181e6b3a3c2aec582 |
UHC | 烈ㅻ끁泣®ł | 111001101110111110100100111010111000010110110111111010111110100010100010111001111010100110101001 | e6efa4eb85b7ebe8a2e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)