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 | 衆??衆 | 100011110100111100111111001111111000111101001111 | 8f4f3f3f8f4f |
EUC-JP | 衆??衆 | 101111011011000000111111001111111011110110110000 | bdb03f3fbdb0 |
UTF-8 | 衆면뗀衆 | 111010001010000110000110111010111010100110110100111010111001011110000000111010001010000110000110 | e8a186eba9b4eb9780e8a186 |
UHC | 衆면뗀衆 | 1111000111101011101110001110100110110110101111101111000111101011 | f1ebb8e9b6bef1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)