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 | 禎私?俎? | 1001001011110101100011101000010000111111100110001101011100111111 | 92f58e843f98d73f |
EUC-JP | 禎私?俎? | 1100010011110111101110111110010000111111110100001101100100111111 | c4f7bbe43fd0d93f |
UTF-8 | 禎私깃俎렣 | 111001111010011010001110111001111010011110000001111010101011100110000011111001001011111110001110111010111010000010100011 | e7a68ee7a781eab983e4bf8eeba0a3 |
UHC | 禎私깃俎렣 | 11101111111011101101111011100111101100011110101011110000101110111000111010110100 | efeedee7b1eaf0bb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)