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 | 鴒ヤ靍ァ | 111010011111011111010100111110111111000010100111 | e9f7d4fbf0a7 |
EUC-JP | 鴒ヤ?ァ | 11110010111110011000111011010100001111111000111010100111 | f2f98ed43f8ea7 |
UTF-8 | 鴒ヤ靍ァ | 111010011011010010010010111011111011111010010100111010011001110110001101111011111011110110100111 | e9b492efbe94e99d8defbda7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)