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 | ???凝 | 0011111100111111001111111000101111000011 | 3f3f3f8bc3 |
EUC-JP | 琰??凝 | 10001111110011001011010000111111001111111011011011000101 | 8fccb43f3fb6c5 |
UTF-8 | 琰녔날凝 | 111001111001000010110000111010111000010110010100111010111000001010100000111001011000011110011101 | e790b0eb8594eb82a0e5879d |
UHC | 琰녔날凝 | 1110011011111100101100111110011010110011101011111110101111101010 | e6fcb3e6b3afebea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)