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 | 鉦ヒⅹ赧 | 10001111110111101100101111111010010010011110011011011101 | 8fdecbfa49e6dd |
EUC-JP | 鉦ヒ?赧 | 10111110111000001000111011001011001111111110110011011111 | bee08ecb3fecdf |
UTF-8 | 鉦ヒⅹ赧 | 111010011000100110100110111011111011111010001011111000101000010110111001111010001011010110100111 | e989a6efbe8be285b9e8b5a7 |
UHC | 鉦?ⅹ? | 111011111111101000111111101001011010101000111111 | effa3fa5aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)