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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺ュ?役 | 11111011110001001000001110000101001111111001011011110000 | fbc483853f96f0 |
EUC-JP | 鈺ュ?役 | 1000111111100011110101011010010111100101001111111100110011110010 | 8fe3d5a5e53fccf2 |
UTF-8 | 鈺ュ뛽役 | 111010011000100010111010111000111000001110100101111010111001101110111101111001011011110110111001 | e988bae383a5eb9bbde5bdb9 |
UHC | 鈺ュ뛽役 | 1110100010101101101010111110010110001101100000111110011010110101 | e8adabe58d83e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)