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 | ?然槽翰 | 00111111100100010101001010010001100001011000101011001011 | 3f915291858acb |
EUC-JP | ?然槽翰 | 00111111110000011011001111000001111001011011010011001101 | 3fc1b3c1e5b4cd |
UTF-8 | 뤗然槽翰 | 111010111010010010010111111001111000010010110110111001101010011110111101111001111011111110110000 | eba497e784b6e6a7bde7bfb0 |
UHC | 뤗然槽翰 | 1000111111000111111001101101010011110000110010111111100111010111 | 8fc7e6d4f0cbf9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)