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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 耀?━{d | 10010111011100110011111110000100101010100111101101100100 | 97733f84aa7b64 |
EUC-JP | 耀?━{d | 11001101110101000011111110101000101011000111101101100100 | cdd43fa8ac7b64 |
UTF-8 | 耀붿━{d | 1110100010000000100000001110101110110110101111111110001010010100100000010111101101100100 | e88080ebb6bfe294817b64 |
UHC | 耀붿━{d | 1110100110100101100101001110110010100110101011000111101101100100 | e9a594eca6ac7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)