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 | ?行┥? | 001111111000110101110011100001001011110000111111 | 3f8d7384bc3f |
EUC-JP | ?行┥? | 001111111011100111010100101010001011111000111111 | 3fb9d4a8be3f |
UTF-8 | 뤿行┥퐥 | 111010111010010010111111111010001010000110001100111000101001010010100101111011011001000010100101 | eba4bfe8a18ce294a5ed90a5 |
UHC | 뤿行┥퐥 | 1000111111101011111110101011110010100110101111101011110110001110 | 8febfabca6bebd8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)