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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋺牙、ァ豕」 | 111001111111101010001001111001011010010010100111111001101011001110100011 | e7fa89e5a4a7e6b3a3 |
EUC-JP | 鋺牙、ァ豕」 | 111011101111110010110010111001111000111010100100100011101010011111101100101101011000111010100011 | eefcb2e78ea48ea7ecb58ea3 |
UTF-8 | 鋺牙、ァ豕」 | 111010011000101110111010111001111000100110011001111011111011110110100100111011111011110110100111111010001011000110010101111011111011110110100011 | e98bbae78999efbda4efbda7e8b195efbda3 |
UHC | ?牙??豕? | 0011111111100100101100110011111100111111111000111100111000111111 | 3fe4b33f3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)