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 | 曜??諛 | 100101110110101000111111001111111110011010000111 | 976a3f3fe687 |
EUC-JP | 曜??諛 | 110011011100101100111111001111111110101111100111 | cdcb3f3febe7 |
UTF-8 | 曜뺣똾諛 | 111001101001101110011100111010111011101010100011111010111001100010111110111010001010101110011011 | e69b9cebbaa3eb98bee8ab9b |
UHC | 曜뺣똾諛 | 1110100011111000100101011110101110001100100001001110101110110000 | e8f895eb8c84ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)