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 | ??肋? | 0011111100111111100110000101110100111111 | 3f3f985d3f |
EUC-JP | ??肋? | 0011111100111111110011111011111000111111 | 3f3fcfbe3f |
UTF-8 | 쌜깆肋쌜 | 111011001000110010011100111010101011100110000110111010001000001010001011111011001000110010011100 | ec8c9ceab986e8828bec8c9c |
UHC | 쌜깆肋쌜 | 1011110111011011101100011110110011010111110011101011110111011011 | bddbb1ecd7cebddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)