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 | 膽阪絵 | 111001000101101110001101111000111000101001000111 | e45b8de38a47 |
EUC-JP | 膽阪絵 | 111001111011110010111010111001011011001110101000 | e7bcbae5b3a8 |
UTF-8 | 膽阪絵 | 111010001000011010111101111010011001100010101010111001111011010110110101 | e886bde998aae7b5b5 |
UHC | 膽阪? | 1101001111000101111110001010000100111111 | d3c5f8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)