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 | 裕??凝 | 100101110101010000111111001111111000101111000011 | 97543f3f8bc3 |
EUC-JP | 裕??凝 | 110011011011010100111111001111111011011011000101 | cdb53f3fb6c5 |
UTF-8 | 裕쀩룥凝 | 111010001010001110010101111011001000000010101001111010111010001110100101111001011000011110011101 | e8a395ec80a9eba3a5e5879d |
UHC | 裕쀩룥凝 | 1110101110101110100101111110100110001111100111101110101111101010 | ebae97e98f9eebea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)