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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駿?第? | 100011110111100000111111100100011110011000111111 | 8f783f91e63f |
EUC-JP | 駿?第? | 101111011101100100111111110000101110100000111111 | bdd93fc2e83f |
UTF-8 | 駿렦第렩 | 111010011010011110111111111010111010000010100110111001111010110010101100111010111010000010101001 | e9a7bfeba0a6e7acaceba0a9 |
UHC | 駿렦第렩 | 1111000111100111100011101011010111110000101011111000111010110111 | f1e78eb5f0af8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)