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 | ????遙 | 001111110011111100111111001111111110101010100001 | 3f3f3f3feaa1 |
EUC-JP | ????遙 | 001111110011111100111111001111111111010010100011 | 3f3f3f3ff4a3 |
UTF-8 | 緣끤몃뜳遙 | 111001111011011110100011111010111000000110100100111010111010101010000011111010111001110010110011111010011000000110011001 | e7b7a3eb81a4ebaa83eb9cb3e98199 |
UHC | 緣끤몃뜳遙 | 11100110110111101000010111001110101110001110101110001101101100011110100110101011 | e6de85ceb8eb8db1e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)