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^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
EUC-JP | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
UTF-8 | 뎚됰w뎚됰w^ | 111010111000111010011010111010111001000010110000011101111110101110001110100110101110101110010000101100000111011101011110 | eb8e9aeb90b077eb8e9aeb90b0775e |
UHC | 뎚됰w뎚됰w^ | 1000100101101011100010011110101101110111100010010110101110001001111010110111011101011110 | 896b89eb77896b89eb775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)