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 | 余??揖?余 | 100101110101110100111111001111111001011101001011001111111001011101011101 | 975d3f3f974b3f975d |
EUC-JP | 余??揖?余 | 110011011011111000111111001111111100110110101100001111111100110110111110 | cdbe3f3fcdac3fcdbe |
UTF-8 | 余쒖꼻揖큚余 | 111001001011110110011001111011001001001010010110111010101011110010111011111001101000111110010110111011011000000110011010111001001011110110011001 | e4bd99ec9296eabcbbe68f96ed819ae4bd99 |
UHC | 余쒖꼻揖큚余 | 111001011111100110011100111011001000010010010011111010111110011110110100011010001110010111111001 | e5f99cec8493ebe7b468e5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)