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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嘲勃ぐ | 100110100111110110010110011101011000001010101110 | 9a7d967582ae |
EUC-JP | 嘲勃ぐ | 110100111101111011001011110101101010010010110000 | d3decbd6a4b0 |
UTF-8 | 嘲勃ぐ | 111001011001100010110010111001011000101110000011111000111000000110010000 | e598b2e58b83e38190 |
UHC | 嘲勃ぐ | 111100001011111111011010111110101010101010110000 | f0bfdafaaab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)