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 | 轅?止? | 111001110111011000111111100011100111111000111111 | e7763f8e7e3f |
EUC-JP | 轅?止? | 111011011101011100111111101110111101111100111111 | edd73fbbdf3f |
UTF-8 | 轅렖止렜 | 111010001011110110000101111010111010000010010110111001101010110110100010111010111010000010011100 | e8bd85eba096e6ada2eba09c |
UHC | 轅렖止렜 | 1110101010111111100011101010101111110010101011011000111010101110 | eabf8eabf2ad8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)