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 | 助?遣狎 | 10001111100101010011111110001100101011011110000010111110 | 8f953f8cade0be |
EUC-JP | 助?遣狎 | 10111101111101010011111110111000101011111110000011000000 | bdf53fb8afe0c0 |
UTF-8 | 助뀌遣狎 | 111001011000101010101001111010111000000010001100111010011000000110100011111001111000101110001110 | e58aa9eb808ce981a3e78b8e |
UHC | 助뀌遣狎 | 1111000010111110101100101110111011001100101110101110010011100100 | f0beb2eeccbae4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)