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 | 逎狗」疑 | 11100111101000111000101111100111101000111000101101011110 | e7a38be7a38b5e |
EUC-JP | 逎狗」疑 | 1110111010100101101101101110100110001110101000111011010110111111 | eea5b6e98ea3b5bf |
UTF-8 | 逎狗」疑 | 111010011000000010001110111001111000101110010111111011111011110110100011111001111001011010010001 | e9808ee78b97efbda3e79691 |
UHC | ?狗?疑 | 001111111100111110110111001111111110101111110111 | 3fcfb73febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)