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 | 第?凝? | 100100011110011000111111100010111100001100111111 | 91e63f8bc33f |
EUC-JP | 第?凝? | 110000101110100000111111101101101100010100111111 | c2e83fb6c53f |
UTF-8 | 第렞凝렦 | 111001111010110010101100111010111010000010011110111001011000011110011101111010111010000010100110 | e7acaceba09ee5879deba0a6 |
UHC | 第렞凝렦 | 1111000010101111100011101010111111101011111010101000111010110101 | f0af8eafebea8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)