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 | ±ÌâÂ? | 101100011100110011000011101000101100001000111111 | b1ccc3a2c23f |
SJIS-WIN | ±??¢?- | 100000010111110100111111001111111000000110010001001111111000000101111100 | 817d3f3f81913f817c |
EUC-JP | ±ÌâÂ− | 101000011101111010001111101010101100000010001111101010101010101010100001111100011000111110101010101001001010000111011101 | a1de8faac08faaaaa1f18faaa4a1dd |
UTF-8 | ±ÌâÂ− | 11000010101100011100001110001100110000111000001111000010101000101100001110000010111000101000100010010010 | c2b1c38cc383c2a2c382e28892 |
UHC | ±????? | 10100001101111100011111100111111001111110011111100111111 | a1be3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)