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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??鋒 | 00111111001111111001011001001110 | 3f3f964e |
EUC-JP | ??鋒 | 00111111001111111100101110101111 | 3f3fcbaf |
UTF-8 | 뤛퐥鋒 | 111010111010010010011011111011011001000010100101111010011000101110010010 | eba49bed90a5e98b92 |
UHC | 뤛퐥鋒 | 100011111100101010111101100011101101110011110010 | 8fcabd8edcf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)