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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 萬э十B | 11100100110111011000010010001111100011110101110001000010 | e4dd848f8f5c42 |
EUC-JP | 萬э十B | 11101000110111111010011111101111101111011011110101000010 | e8dfa7efbdbd42 |
UTF-8 | 萬э十B | 111010001001000010101100110100011000110111100101100011011000000101000010 | e890acd18de58d8142 |
UHC | 萬э十B | 11011000101111111010110011101111111001001010100001000010 | d8bfacefe4a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)