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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鋒暖 | 001111110011111110010110010011101001001001100111 | 3f3f964e9267 |
EUC-JP | ??鋒暖 | 001111110011111111001011101011111100001111001000 | 3f3fcbafc3c8 |
UTF-8 | 뤋퀚鋒暖 | 111010111010010010001011111011011000000010011010111010011000101110010010111001101001101010010110 | eba48bed809ae98b92e69a96 |
UHC | 뤋퀚鋒暖 | 1000111110111011101100111000111011011100111100101101000111101100 | 8fbbb38edcf2d1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)