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^ | 1110101110001110100110100110000111101011101011001010101001101111111010111000111010011010011000011110101110101100101010100110111101011110 | eb8e9a61ebacaa6feb8e9a61ebacaa6f5e |
UHC | 뎚a묪o뎚a묪o^ | 10001001011010110110000110010010010000100110111110001001011010110110000110010010010000100110111101011110 | 896b6192426f896b6192426f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)