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 | 娠????? | 10010000010100000011111100111111001111110011111100111111 | 90503f3f3f3f3f |
EUC-JP | 娠????? | 10111111101100010011111100111111001111110011111100111111 | bfb13f3f3f3f3f |
UTF-8 | 娠뤻괰黎뎴떕 | 111001011010100010100000111010111010010010111011111010101011010010110000111011111010011010001001111010111000111010110100111010111001011010010101 | e5a8a0eba4bbeab4b0efa689eb8eb4eb9695 |
UHC | 娠뤻괰黎뎴떕 | 111000111110001110001111111010011000001001010111111001101011000110001001100001111000101110101011 | e3e38fe98257e6b189878bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)