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 | 雪?筍? | 100100001110000100111111111000101010000100111111 | 90e13fe2a13f |
EUC-JP | 雪?筍? | 110000001110001100111111111001001010001100111111 | c0e33fe4a33f |
UTF-8 | 雪뤵筍툗 | 111010011001101110101010111010111010010010110101111001111010110110001101111011011000100010010111 | e99baaeba4b5e7ad8ded8897 |
UHC | 雪뤵筍툗 | 1110000011100100100011111110001111100010111011001011100010001110 | e0e48fe3e2ecb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)