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 | 沚?爾 | 1001111110001101001111111000111010100010 | 9f8d3f8ea2 |
EUC-JP | 沚?爾 | 1101110111101101001111111011110010100100 | dded3fbca4 |
UTF-8 | 沚렦爾 | 111001101011001010011010111010111010000010100110111001111000100010111110 | e6b29aeba0a6e788be |
UHC | 沚렦爾 | 111100101010111110001110101101011110110010110011 | f2af8eb5ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)