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 | 逶り献 | 111001111001101110000010111010001000110010100011 | e79b82e88ca3 |
EUC-JP | 逶り献 | 111011011111101110100100111010101011100010100101 | edfba4eab8a5 |
UTF-8 | 逶り献 | 111010011000000010110110111000111000001010001010111001111000110010101110 | e980b6e3828ae78cae |
UHC | ?り? | 00111111101010101110101000111111 | 3faaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)