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 | 逡臥ース | 111001111001010110001001111001111011000010111101 | e79589e7b0bd |
EUC-JP | 逡臥ース | 1110110111110101101100101110100110001110101100001000111010111101 | edf5b2e98eb08ebd |
UTF-8 | 逡臥ース | 111010011000000010100001111010001000011110100101111011111011110110110000111011111011110110111101 | e980a1e887a5efbdb0efbdbd |
UHC | 逡臥?? | 111100011110010011101000110000100011111100111111 | f1e4e8c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)