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 | ???娠? | 001111110011111100111111100100000101000000111111 | 3f3f3f90503f |
EUC-JP | ?寗?娠? | 0011111110001111101110101110000000111111101111111011000100111111 | 3f8fbae03fbfb13f |
UTF-8 | 뤶寗툘娠섟 | 111010111010010010110110111001011010111110010111111011011000100010011000111001011010100010100000111011001000010010011111 | eba4b6e5af97ed8898e5a8a0ec849f |
UHC | 뤶寗툘娠섟 | 10001111111001001101001010111100101110001000111111100011111000111011110010110000 | 8fe4d2bcb88fe3e3bcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)