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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | ?港w?港w^ | 001111111000110101100000011101110011111110001101011000000111011101011110 | 3f8d60773f8d60775e |
EUC-JP | ?港w?港w^ | 001111111011100111000001011101110011111110111001110000010111011101011110 | 3fb9c1773fb9c1775e |
UTF-8 | 뤓港w뤓港w^ | 111010111010010010010011111001101011100010101111011101111110101110100100100100111110011010111000101011110111011101011110 | eba493e6b8af77eba493e6b8af775e |
UHC | 뤓港w뤓港w^ | 1000111111000011111110011111101101110111100011111100001111111001111110110111011101011110 | 8fc3f9fb778fc3f9fb775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)