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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?泥さ | 0011111110010011010001001000001010110011 | 3f934482b3 |
EUC-JP | 邕泥さ | 10001111111000011110110111000101101001011010010010110101 | 8fe1edc5a5a4b5 |
UTF-8 | 邕泥さ | 111010011000001010010101111001101011001110100101111000111000000110010101 | e98295e6b3a5e38195 |
UHC | 邕泥さ | 111010001011101111010010111110101010101010110101 | e8bbd2faaab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)