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 | ??圓?? | 001111110011111110011010101000100011111100111111 | 3f3f9aa23f3f |
EUC-JP | ??圓?? | 001111110011111111010100101001000011111100111111 | 3f3fd4a43f3f |
UTF-8 | 橓렢圓뀀렣 | 111001101010100110010011111010111010000010100010111001011001110010010011111010111000000010000000111010111010000010100011 | e6a993eba0a2e59c93eb8080eba0a3 |
UHC | 橓렢圓뀀렣 | 11100010111001011000111010110011111010101010110110110010111010111000111010110100 | e2e58eb3eaadb2eb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)