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 | 誾・訷」 | 111110111010011110100101111110111010010010100011 | fba7a5fba4a3 |
EUC-JP | 誾・訷」 | 10001111110111101010010010001110101001011000111111011101110101001000111010100011 | 8fdea48ea58fddd48ea3 |
UTF-8 | 誾・訷」 | 111010001010101010111110111011111011110110100101111010001010100010110111111011111011110110100011 | e8aabeefbda5e8a8b7efbda3 |
UHC | 誾??? | 1110101111011101001111110011111100111111 | ebdd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)