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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 造?箏?? | 10010001101000100011111111100010101101010011111100111111 | 91a23fe2b53f3f |
EUC-JP | 造?箏?? | 11000010101001000011111111100100101101110011111100111111 | c2a43fe4b73f3f |
UTF-8 | 造렎箏뜸롚 | 111010011000000010100000111010111010000010001110111001111010111010001111111010111001110010111000111010111010000110011010 | e980a0eba08ee7ae8feb9cb8eba19a |
UHC | 造렎箏뜸롚 | 11110000111000111000111010100100111011101011010010110110111001001000111011011110 | f0e38ea4eeb4b6e48ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)