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 | 霓??繞 | 111010001011110100111111001111111110001110000101 | e8bd3f3fe385 |
EUC-JP | 霓??繞 | 111100001011111100111111001111111110010111100101 | f0bf3f3fe5e5 |
UTF-8 | 霓ㅻ퀎繞 | 111010011001110010010011111000111000010110111011111011011000000010001110111001111011100110011110 | e99c93e385bbed808ee7b99e |
UHC | 霓ㅻ퀎繞 | 1110011111100111101001001110101110110011100001001110100110100100 | e7e7a4ebb384e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)