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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?淵??淵?^ | 001111111001010110100011001111110011111110010101101000110011111101011110 | 3f95a33f3f95a33f5e |
EUC-JP | ?淵??淵?^ | 001111111100101010100101001111110011111111001010101001010011111101011110 | 3fcaa53f3fcaa53f5e |
UTF-8 | 렱淵렡렱淵렡^ | 11101011101000001011000111100110101101111011010111101011101000001010000111101011101000001011000111100110101101111011010111101011101000001010000101011110 | eba0b1e6b7b5eba0a1eba0b1e6b7b5eba0a15e |
UHC | 렱淵렡렱淵렡^ | 10001110101111101110011011010000100011101011001010001110101111101110011011010000100011101011001001011110 | 8ebee6d08eb28ebee6d08eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)