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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 繒???B | 111110111000111100111111001111110011111101000010 | fb8f3f3f3f42 |
EUC-JP | 繒???B | 10001111110101001101010000111111001111110011111101000010 | 8fd4d43f3f3f42 |
UTF-8 | 繒띄렑렡B | 11100111101110011001001011101011100111011000010011101011101000001001000111101011101000001010000101000010 | e7b992eb9d84eba091eba0a142 |
UHC | 繒띄렑렡B | 111100011111100110110110111001111000111010100110100011101011001001000010 | f1f9b6e78ea68eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)