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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???詣? | 001111110011111100111111100011000111011100111111 | 3f3f3f8c773f |
EUC-JP | ???詣? | 001111110011111100111111101101111101100000111111 | 3f3f3fb7d83f |
UTF-8 | 醴껅툏詣퇑 | 111011111010011010110111111010101011101110000101111011011000100010001111111010001010100110100011111011011000011110010001 | efa6b7eabb85ed888fe8a9a3ed8791 |
UHC | 醴껅툏詣퇑 | 11100111111001001000001111100110101110001000011111100111111000011011100001000010 | e7e483e6b887e7e1b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)