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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鏞漑鏞鑒B | 111110111110001110011111111100101111101111100011111010000110011101000010 | fbe39ff2fbe3e86742 |
EUC-JP | 鏞漑鏞鑒B | 1000111111100101110010011101111011110100100011111110010111001001111011111100100001000010 | 8fe5c9def48fe5c9efc842 |
UTF-8 | 鏞漑鏞鑒B | 11101001100011111001111011100110101111001001000111101001100011111001111011101001100100011001001001000010 | e98f9ee6bc91e98f9ee9919242 |
UHC | 鏞漑鏞鑒B | 111010011100101111001011110010011110100111001011110010101111110101000010 | e9cbcbc9e9cbcafd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)