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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤗횓모퐥몫 | 111010111010010010010111111011011001101010010011111010111010101010101000111011011001000010100101111010111010101010101011 | eba497ed9a93ebaaa8ed90a5ebaaab |
UHC | 뤗횓모퐥몫 | 10001111110001111100001110001110101110001111000010111101100011101011100011110010 | 8fc7c38eb8f0bd8eb8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)