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 | 兆??至 | 100100101001101100111111001111111000111010001010 | 929b3f3f8e8a |
EUC-JP | 兆??至 | 110000111111101100111111001111111011101111101010 | c3fb3f3fbbea |
UTF-8 | 兆닻車至 | 111001011000010110000110111010111000101110111011111011111010010010000010111010001000011110110011 | e58586eb8bbbefa482e887b3 |
UHC | 兆닻車至 | 1111000010111100101101001110100111001011111001111111001010111000 | f0bcb4e9cbe7f2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)