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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 兆??? | 1001001010011011001111110011111100111111 | 929b3f3f3f |
EUC-JP | 兆®?? | 11000011111110111000111110100010111011100011111100111111 | c3fb8fa2ee3f3f |
UTF-8 | 兆®렦면 | 1110010110000101100001101100001010101110111010111010000010100110111010111010100110110100 | e58586c2aeeba0a6eba9b4 |
UHC | 兆®렦면 | 1111000010111100101000101110011110001110101101011011100011101001 | f0bca2e78eb5b8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)