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 | ??序ば | 001111110011111110001111100110001000001011001110 | 3f3f8f9882ce |
EUC-JP | ??序ば | 001111110011111110111101111110001010010011010000 | 3f3fbdf8a4d0 |
UTF-8 | 룶웩序ば | 111010111010001110110110111011001001101110101001111001011011101010001111111000111000000110110000 | eba3b6ec9ba9e5ba8fe381b0 |
UHC | 룶웩序ば | 1000111110101011110000001010000111011111111011011010101011010000 | 8fabc0a1dfedaad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)