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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 裴ヘヒタ、~ | 11100101111010001100110111001011110000001010010001111110 | e5e8cdcbc0a47e |
EUC-JP | 裴ヘヒタ、~ | 1110101011101010100011101100110110001110110010111000111011000000100011101010010001111110 | eaea8ecd8ecb8ec08ea47e |
UTF-8 | 裴ヘヒタ、~ | 11101000101000111011010011101111101111101000110111101111101111101000101111101111101111101000000011101111101111011010010001111110 | e8a3b4efbe8defbe8befbe80efbda47e |
UHC | 裴????~ | 11011011110100000011111100111111001111110011111101111110 | dbd03f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)