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 | 瀞펠번瀞 | 111001111000000010011110111011011000111010100000111010111011001010001000111001111000000010011110 | e7809eed8ea0ebb288e7809e |
UHC | 瀞펠번瀞 | 1110111111100111110001101110011110111001111110001110111111100111 | efe7c6e7b9f8efe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)