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 | 造棒??前 | 1001000110100010100101100101111100111111001111111001000101001111 | 91a2965f3f3f914f |
EUC-JP | 造棒??前 | 1100001010100100110010111100000000111111001111111100000110110000 | c2a4cbc03f3fc1b0 |
UTF-8 | 造棒렕렫前 | 111010011000000010100000111001101010001110010010111010111010000010010101111010111010000010101011111001011000100110001101 | e980a0e6a392eba095eba0abe5898d |
UHC | 造棒렕렫前 | 11110000111000111101110011101010100011101010101010001110101110011110111011110001 | f0e3dcea8eaa8eb9eef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)