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 | 駿?爰瀧? | 1000111101111000001111111110000010100111100100011110101100111111 | 8f783fe0a791eb3f |
EUC-JP | 駿?爰瀧? | 1011110111011001001111111110000010101001110000101110110100111111 | bdd93fe0a9c2ed3f |
UTF-8 | 駿렲爰瀧렡 | 111010011010011110111111111010111010000010110010111001111000100010110000111001111000000010100111111010111010000010100001 | e9a7bfeba0b2e788b0e780a7eba0a1 |
UHC | 駿렲爰瀧렡 | 11110001111001111000111010111111111010101011101011010110111010011000111010110010 | f1e78ebfeabad6e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)