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 | ?脚普似? | 0011111110001011011100101001010110000001100011101001011100111111 | 3f8b7295818e973f |
EUC-JP | ?脚普似? | 0011111110110101110100111100100111100001101110111111011100111111 | 3fb5d3c9e1bbf73f |
UTF-8 | 렻脚普似렞 | 111010111010000010111011111010001000010010011010111001101001100110101110111001001011110010111100111010111010000010011110 | eba0bbe8849ae699aee4bcbceba09e |
UHC | 렻脚普似렞 | 10001110110000111100101011000101110111001100010111011110110001001000111010101111 | 8ec3cac5dcc5dec48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)