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 | ?}責呪 | 00111111100000010111000010010000110100111000111011110100 | 3f817090d38ef4 |
EUC-JP | ?}責呪 | 00111111101000011101000111000000110101011011110011110110 | 3fa1d1c0d5bcf6 |
UTF-8 | 뤚}責呪 | 111010111010010010011010111011111011110110011101111010001011001010101100111001011001000110101010 | eba49aefbd9de8b2ace591aa |
UHC | 뤚}責呪 | 1000111111001001101000111111110111110100101000011111000110110001 | 8fc9a3fdf4a1f1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)