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 | ÙèÇè¥ | 100100001101100111101000110001111110100010100101 | 90d9e8c7e8a5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ?􏂏? | 0011111110001111101010101110001110001111101010111011001010001111101010101010111010001111101010111011001000111111 | 3f8faae38fabb28faaae8fabb23f |
UTF-8 | ÙèÇè¥ | 110000101001000011000011100110011100001110101000110000111000011111000011101010001100001010100101 | c290c399c3a8c387c3a8c2a5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)