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 | ???¤vF | 001111110011111100111111101001000111011001000110 | 3f3f3fa47646 |
SJIS-WIN | ??健?vF | 00111111001111111000110010010010001111110111011001000110 | 3f3f8c923f7646 |
EUC-JP | ??健¤vF | 001111110011111110110111111100101000111110100010111100000111011001000110 | 3f3fb7f28fa2f07646 |
UTF-8 | 룶끼健¤vF | 11101011101000111011011011101011100000011011110011100101100000011010010111000010101001000111011001000110 | eba3b6eb81bce581a5c2a47646 |
UHC | 룶끼健¤vF | 10001111101010111011001110100010110010111110110110100010101101000111011001000110 | 8fabb3a2cbeda2b47646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)