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 | 篏場勝 | 111000101011101110001111111010101000111110011111 | e2bb8fea8f9f |
EUC-JP | 篏場勝 | 111001001011110110111110111011001011111010100001 | e4bdbeecbea1 |
UTF-8 | 篏場勝 | 111001111010111110001111111001011010000010110100111001011000101110011101 | e7af8fe5a0b4e58b9d |
UHC | ?場勝 | 0011111111101101110111101110001110101101 | 3feddee3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)