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 | 諍梨諍悧^ | 111001100111100110010111100111001110011001111001100111001010010001011110 | e679979ce6799ca45e |
EUC-JP | 諍梨諍悧^ | 111010111101101011001101111111001110101111011010110110001010011001011110 | ebdacdfcebdad8a65e |
UTF-8 | 諍梨諍悧^ | 11101000101010111000110111100110101000101010100011101000101010111000110111100110100000101010011101011110 | e8ab8de6a2a8e8ab8de682a75e |
UHC | 諍梨諍悧^ | 111011101011010111010111110111101110111010110101110101111101110001011110 | eeb5d7deeeb5d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)