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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?鈩見?鈩 | 0011111111101000011011101000110010101001001111111110100001101110 | 3fe86e8ca93fe86e |
EUC-JP | 邶鈩見邶鈩 | 100011111110000111111010111011111100111110111000101010111000111111100001111110101110111111001111 | 8fe1faefcfb8ab8fe1faefcf |
UTF-8 | 邶鈩見邶鈩 | 111010011000001010110110111010011000100010101001111010001010011010001011111010011000001010110110111010011000100010101001 | e982b6e988a9e8a68be982b6e988a9 |
UHC | ??見?? | 001111110011111111001100101110000011111100111111 | 3f3fccb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)