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 | 營??絶? | 10011010011110100011111100111111100100001110001000111111 | 9a7a3f3f90e23f |
EUC-JP | 營??絶? | 11010011110110110011111100111111110000001110010000111111 | d3db3f3fc0e43f |
UTF-8 | 營롳풕絶땂 | 111001111000011110011111111010111010000110110011111011011001001010010101111001111011010110110110111010111001010110000010 | e7879feba1b3ed9295e7b5b6eb9582 |
UHC | 營롳풕絶땂 | 11100111101111011000111011101111101111101001100011101111101111101000101101011001 | e7bd8eefbe98efbe8b59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)