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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 萬э蹴G | 11100100110111011000010010001111100011110101001001000111 | e4dd848f8f5247 |
EUC-JP | 萬э蹴G | 11101000110111111010011111101111101111011011001101000111 | e8dfa7efbdb347 |
UTF-8 | 萬э蹴G | 111010001001000010101100110100011000110111101000101110011011010001000111 | e890acd18de8b9b447 |
UHC | 萬э蹴G | 11011000101111111010110011101111111101011110110101000111 | d8bfaceff5ed47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)