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 | 怨???? | 100010011000010100111111001111110011111100111111 | 89853f3f3f3f |
EUC-JP | 怨???? | 101100011110010100111111001111110011111100111111 | b1e53f3f3f3f |
UTF-8 | 怨띤렩ㅿ츠 | 111001101000000010101000111010111001110110100100111010111010000010101001111000111000010110111111111011001011100010100000 | e680a8eb9da4eba0a9e385bfecb8a0 |
UHC | 怨띤렩ㅿ츠 | 11101010101100111011011011101101100011101011011110100100111011111100001111110111 | eab3b6ed8eb7a4efc3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)