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 | zzB | 100101110111101010011100100000011001011101111010100111001000000101000010 | 977a9c81977a9c8142 |
SJIS-WIN | ?z???z??B | 001111110111101000111111001111110011111101111010001111110011111101000010 | 3f7a3f3f3f7a3f3f42 |
EUC-JP | ?z???z??B | 001111110111101000111111001111110011111101111010001111110011111101000010 | 3f7a3f3f3f7a3f3f42 |
UTF-8 | zzB | 110000101001011101111010110000101001110011000010100000011100001010010111011110101100001010011100110000101000000101000010 | c2977ac29cc281c2977ac29cc28142 |
UHC | ?z???z??B | 001111110111101000111111001111110011111101111010001111110011111101000010 | 3f7a3f3f3f7a3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)