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 | 粱斜舎 | 111000101110101110001110110011101000111011001001 | e2eb8ece8ec9 |
EUC-JP | 粱斜舎 | 111001001110110110111100110100001011110011001011 | e4edbcd0bccb |
UTF-8 | 粱斜舎 | 111001111011001010110001111001101001011010011100111010001000100010001110 | e7b2b1e6969ce8888e |
UHC | 粱斜? | 1101010111011100110111101101100000111111 | d5dcded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)