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 | 獗獗痙 | 111000001101001111100000110100111110000101111010 | e0d3e0d3e17a |
EUC-JP | 獗獗痙 | 111000001101010111100000110101011110000111011011 | e0d5e0d5e1db |
UTF-8 | 獗獗痙 | 111001111000110110010111111001111000110110010111111001111001011110011001 | e78d97e78d97e79799 |
UHC | 獗獗痙 | 110011111111000111001111111100011100110011100010 | cff1cff1cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)