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 | 娠???? | 100100000101000000111111001111110011111100111111 | 90503f3f3f3f |
EUC-JP | 娠???? | 101111111011000100111111001111110011111100111111 | bfb13f3f3f3f |
UTF-8 | 娠뤻괰黎뒒 | 111001011010100010100000111010111010010010111011111010101011010010110000111011111010011010001001111010111001001010010010 | e5a8a0eba4bbeab4b0efa689eb9292 |
UHC | 娠뤻괰黎뒒 | 11100011111000111000111111101001100000100101011111100110101100011000101010001111 | e3e38fe98257e6b18a8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)