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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?揚n}?揚n{^ | 0011111110010111011001110110111001111101001111111001011101100111011011100111101101011110 | 3f97676e7d3f97676e7b5e |
EUC-JP | ?揚n}?揚n{^ | 0011111111001101110010000110111001111101001111111100110111001000011011100111101101011110 | 3fcdc86e7d3fcdc86e7b5e |
UTF-8 | 릀揚n}릀揚n{^ | 1110101110100110100000001110011010001111100110100110111001111101111010111010011010000000111001101000111110011010011011100111101101011110 | eba680e68f9a6e7deba680e68f9a6e7b5e |
UHC | 릀揚n}릀揚n{^ | 10010000011000111110010111000000011011100111110110010000011000111110010111000000011011100111101101011110 | 9063e5c06e7d9063e5c06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)