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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 蓮얠눅蓮앗 | 111011111010011010011001111011001001011010100000111010111000100010000101111011111010011010011001111011001001010110010111 | efa699ec96a0eb8885efa699ec9597 |
UHC | 蓮얠눅蓮앗 | 11100110111001011011111011101100101101001010101011100110111001011011111011010001 | e6e5beecb4aae6e5bed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)