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 | 跋廷スョ | 111001101110101110010010111011001011110110101110 | e6eb92ecbdae |
EUC-JP | 跋廷スョ | 1110110011101101110001001110111010001110101111011000111010101110 | ecedc4ee8ebd8eae |
UTF-8 | 跋廷スョ | 111010001011011110001011111001011011101110110111111011111011110110111101111011111011110110101110 | e8b78be5bbb7efbdbdefbdae |
UHC | 跋廷?? | 110110111010001011101111110101010011111100111111 | dba2efd53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)