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 | 隰ロ?讙ワ | 11101000101011001101101100111111111001101010101011011100 | e8acdb3fe6aadc |
EUC-JP | 隰ロ湗讙ワ | 1111000010101110100011101101101110001111110001111111101111101100101011001000111011011100 | f0ae8edb8fc7fbecac8edc |
UTF-8 | 隰ロ湗讙ワ | 111010011001101010110000111011111011111010011011111001101011100110010111111010001010111010011001111011111011111010011100 | e99ab0efbe9be6b997e8ae99efbe9c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)