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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?γ?膺? | 00111111100000111100000100111111111001000101111000111111 | 3f83c13fe45e3f |
EUC-JP | ?γ?膺? | 00111111101001101100001100111111111001111011111100111111 | 3fa6c33fe7bf3f |
UTF-8 | 列γ끃膺갃 | 1110111110100110100111001100111010110011111010111000000110000011111010001000011010111010111010101011000010000011 | efa69cceb3eb8183e886baeab083 |
UHC | 列γ끃膺갃 | 11100110111010101010010111100011100001011011100111101011111011001000000101000010 | e6eaa5e385b9ebec8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)