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 | 駟?猛∮ | 11101001011010010011111110010110110100101000011110010011 | e9693f96d28793 |
EUC-JP | 駟?猛? | 111100011100101000111111110011001101010000111111 | f1ca3fccd43f |
UTF-8 | 駟뤟猛∮ | 111010011010011110011111111010111010010010011111111001111000110010011011111000101000100010101110 | e9a79feba49fe78c9be288ae |
UHC | 駟뤟猛∮ | 1101111011111001100011111100111011011000111011011010001010110001 | def98fced8eda2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)