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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???諭①? | 0011111100111111001111111001011101000000100001110100000000111111 | 3f3f3f974087403f |
EUC-JP | ???諭?? | 00111111001111110011111111001101101000010011111100111111 | 3f3f3fcda13f3f |
UTF-8 | 烈ㅺ퍎諭①독 | 111011111010011010011111111000111000010110111010111011011000110110001110111010001010101110101101111000101001000110100000111010111000111110000101 | efa69fe385baed8d8ee8abade291a0eb8f85 |
UHC | 烈ㅺ퍎諭①독 | 111001101110111110100100111010101011101110000101111010111011000110101000111001111011010110110110 | e6efa4eabb85ebb1a8e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)