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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?e?徇?? | 0011111110000010100001010011111110011100011011010011111100111111 | 3f82853f9c6d3f3f |
EUC-JP | ?e?徇?? | 0011111110100011111001010011111111010111110011100011111100111111 | 3fa3e53fd7ce3f3f |
UTF-8 | 緣e맔徇껊젵 | 111001111011011110100011111011111011110110000101111010111010011110010100111001011011111010000111111010101011101110001010111011001010000010110101 | e7b7a3efbd85eba794e5be87eabb8aeca0b5 |
UHC | 緣e맔徇껊젵 | 111001101101111010100011111001011001000010100110111000101101111110000011111010111010000010101001 | e6dea3e590a6e2df83eba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)