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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀞??訂? | 10010011110100100011111100111111100100101111100100111111 | 93d23f3f92f93f |
EUC-JP | 瀞??訂? | 11000110110101000011111100111111110001001111101100111111 | c6d43f3fc4fb3f |
UTF-8 | 瀞펠번訂렦 | 111001111000000010011110111011011000111010100000111010111011001010001000111010001010100010000010111010111010000010100110 | e7809eed8ea0ebb288e8a882eba0a6 |
UHC | 瀞펠번訂렦 | 11101111111001111100011011100111101110011111100011101111111101001000111010110101 | efe7c6e7b9f8eff48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)