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 | 篏場勝襴 | 1110001010111011100011111110101010001111100111111110011001000101 | e2bb8fea8f9fe645 |
EUC-JP | 篏場勝襴 | 1110010010111101101111101110110010111110101000011110101110100110 | e4bdbeecbea1eba6 |
UTF-8 | 篏場勝襴 | 111001111010111110001111111001011010000010110100111001011000101110011101111010001010010110110100 | e7af8fe5a0b4e58b9de8a5b4 |
UHC | ?場勝? | 001111111110110111011110111000111010110100111111 | 3feddee3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)