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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 荼緇荼緇^ | 111001001011011011100011010111011110010010110110111000110101110101011110 | e4b6e35de4b6e35d5e |
EUC-JP | 荼緇荼緇^ | 111010001011100011100101101111101110100010111000111001011011111001011110 | e8b8e5bee8b8e5be5e |
UTF-8 | 荼緇荼緇^ | 11101000100011011011110011100111101101111000011111101000100011011011110011100111101101111000011101011110 | e88dbce7b787e88dbce7b7875e |
UHC | ?緇?緇^ | 00111111111101101100010100111111111101101100010101011110 | 3ff6c53ff6c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)