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 | ?a?o?a?o^ | 001111110110000100111111011011110011111101100001001111110110111101011110 | 3f613f6f3f613f6f5e |
SJIS-WIN | ?a?o?a?o^ | 001111110110000100111111011011110011111101100001001111110110111101011110 | 3f613f6f3f613f6f5e |
EUC-JP | ?a?o?a?o^ | 001111110110000100111111011011110011111101100001001111110110111101011110 | 3f613f6f3f613f6f5e |
UTF-8 | 묯a묪o묯a묪o^ | 1110101110101100101011110110000111101011101011001010101001101111111010111010110010101111011000011110101110101100101010100110111101011110 | ebacaf61ebacaa6febacaf61ebacaa6f5e |
UHC | 묯a묪o묯a묪o^ | 10010010010001100110000110010010010000100110111110010010010001100110000110010010010000100110111101011110 | 92466192426f92466192426f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)