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 | ?±??^ | 0011111110110001001111110011111101011110 | 3fb13f3f5e |
SJIS-WIN | 岦±岦+^ | 111110101010110010000001011111011111101010101100100000010111101101011110 | faac817dfaac817b5e |
EUC-JP | 岦±岦+^ | 1000111110111011101100111010000111011110100011111011101110110011101000011101110001011110 | 8fbbb3a1de8fbbb3a1dc5e |
UTF-8 | 岦±岦+^ | 111001011011001010100110110000101011000111100101101100101010011011101111101111001000101101011110 | e5b2a6c2b1e5b2a6efbc8b5e |
UHC | ?±?+^ | 00111111101000011011111000111111101000111010101101011110 | 3fa1be3fa3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)