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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 萬э十\ | 11100100110111011000010010001111100011110101110001011100 | e4dd848f8f5c5c |
EUC-JP | 萬э十\ | 11101000110111111010011111101111101111011011110101011100 | e8dfa7efbdbd5c |
UTF-8 | 萬э十\ | 111010001001000010101100110100011000110111100101100011011000000101011100 | e890acd18de58d815c |
UHC | 萬э十\ | 11011000101111111010110011101111111001001010100001011100 | d8bfacefe4a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)