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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娠??孫 | 100100000101000000111111001111111001000110110111 | 90503f3f91b7 |
EUC-JP | 娠??孫 | 101111111011000100111111001111111100001010111001 | bfb13f3fc2b9 |
UTF-8 | 娠뤻괰孫 | 111001011010100010100000111010111010010010111011111010101011010010110000111001011010110110101011 | e5a8a0eba4bbeab4b0e5adab |
UHC | 娠뤻괰孫 | 1110001111100011100011111110100110000010010101111110000111011101 | e3e38fe98257e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)