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 | 瀞??瀞 | 100100111101001000111111001111111001001111010010 | 93d23f3f93d2 |
EUC-JP | 瀞??瀞 | 110001101101010000111111001111111100011011010100 | c6d43f3fc6d4 |
UTF-8 | 瀞펠긺瀞 | 111001111000000010011110111011011000111010100000111010101011100010111010111001111000000010011110 | e7809eed8ea0eab8bae7809e |
UHC | 瀞펠긺瀞 | 1110111111100111110001101110011110110001111001111110111111100111 | efe7c6e7b1e7efe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)