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 | 篏場勝癇 | 1110001010111011100011111110101010001111100111111110000110010010 | e2bb8fea8f9fe192 |
EUC-JP | 篏場勝癇 | 1110010010111101101111101110110010111110101000011110000111110010 | e4bdbeecbea1e1f2 |
UTF-8 | 篏場勝癇 | 111001111010111110001111111001011010000010110100111001011000101110011101111001111001100110000111 | e7af8fe5a0b4e58b9de79987 |
UHC | ?場勝? | 001111111110110111011110111000111010110100111111 | 3feddee3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)