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 | 約??約?? | 1001011011110001001111110011111110010110111100010011111100111111 | 96f13f3f96f13f3f |
EUC-JP | 約??約?? | 1100110011110011001111110011111111001100111100110011111100111111 | ccf33f3fccf33f3f |
UTF-8 | 約드뤀約들눈 | 111001111011010010000100111010111001001110011100111010111010010010000000111001111011010010000100111010111001001110100100111010111000100010001000 | e7b484eb939ceba480e7b484eb93a4eb8888 |
UHC | 約드뤀約들눈 | 111001011011001110110101111001011000111110110001111001011011001110110101111010011011010010101011 | e5b3b5e58fb1e5b3b5e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)