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 | 陷牙、ァ豕」 | 111010001001110010001001111001011010010010100111111001101011001110100011 | e89c89e5a4a7e6b3a3 |
EUC-JP | 陷牙、ァ豕」 | 111011111111110010110010111001111000111010100100100011101010011111101100101101011000111010100011 | effcb2e78ea48ea7ecb58ea3 |
UTF-8 | 陷牙、ァ豕」 | 111010011001100110110111111001111000100110011001111011111011110110100100111011111011110110100111111010001011000110010101111011111011110110100011 | e999b7e78999efbda4efbda7e8b195efbda3 |
UHC | 陷牙??豕? | 111110011110100011100100101100110011111100111111111000111100111000111111 | f9e8e4b33f3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)