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 | Û¢áúý½ | 110110111010001011100001111110101111110110111101 | dba2e1fafdbd |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | Û¢áúý? | 100011111010101011100101101000011111000110001111101010111010000110001111101010111110001010001111101010111111001000111111 | 8faae5a1f18faba18fabe28fabf23f |
UTF-8 | Û¢áúý½ | 110000111001101111000010101000101100001110100001110000111011101011000011101111011100001010111101 | c39bc2a2c3a1c3bac3bdc2bd |
UHC | ?????½ | 00111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)