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 | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
SJIS-WIN | ツヲツ按シu | 11000010101001101100001010001000110000101011110001110101 | c2a6c288c2bc75 |
EUC-JP | ツヲツ按シu | 1000111011000010100011101010011010001110110000101011000011000100100011101011110001110101 | 8ec28ea68ec2b0c48ebc75 |
UTF-8 | ツヲツ按シu | 11101111101111101000001011101111101111011010011011101111101111101000001011100110100011001000100111101111101111011011110001110101 | efbe82efbda6efbe82e68c89efbdbc75 |
UHC | ???按?u | 00111111001111110011111111100100110011100011111101110101 | 3f3f3fe4ce3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)