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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駭?駭? | 111010010110111000111111111010010110111000111111 | e96e3fe96e3f |
EUC-JP | 駭?駭? | 111100011100111100111111111100011100111100111111 | f1cf3ff1cf3f |
UTF-8 | 駭큪駭쩵 | 111010011010011110101101111011011000000110101010111010011010011110101101111011001010100110110101 | e9a7aded81aae9a7adeca9b5 |
UHC | 駭큪駭쩵 | 1111101010110100101101000111011111111010101101001010010101101011 | fab4b477fab4a56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)