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 | 嶹皮ソヲ | 111110101011010110010100111001111011111110100110 | fab594e7bfa6 |
EUC-JP | 嶹皮ソヲ | 100011111011101111110101110010001110100110001110101111111000111010100110 | 8fbbf5c8e98ebf8ea6 |
UTF-8 | 嶹皮ソヲ | 111001011011011010111001111001111001101010101110111011111011110110111111111011111011110110100110 | e5b6b9e79aaeefbdbfefbda6 |
UHC | ?皮?? | 0011111111111001101010110011111100111111 | 3ff9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)