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 | 鋓疾褓 | 111110111101011010001110101111101110010111101110 | fbd68ebee5ee |
EUC-JP | 鋓疾褓 | 10001111111001001011111110111100110000001110101011110000 | 8fe4bfbcc0eaf0 |
UTF-8 | 鋓疾褓 | 111010011000101110010011111001111001011010111110111010001010010010010011 | e98b93e796bee8a493 |
UHC | ?疾褓 | 0011111111110010111100001101110011001110 | 3ff2f0dcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)