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 | ??R??b?? | 0011111100111111010100100011111100111111011000100011111100111111 | 3f3f523f3f623f3f |
SJIS-WIN | ??R??b?? | 0011111100111111010100100011111100111111011000100011111100111111 | 3f3f523f3f623f3f |
EUC-JP | ??R??b?? | 0011111100111111010100100011111100111111011000100011111100111111 | 3f3f523f3f623f3f |
UTF-8 | 횄짧R횄짠b횂혺 | 1110110110011010100001001110110010100111101001110101001011101101100110101000010011101100101001111010000001100010111011011001101010000010111011011001100010111010 | ed9a84eca7a752ed9a84eca7a062ed9a82ed98ba |
UHC | 횄짧R횄짠b횂혺 | 1100001110000011110000101010101001010010110000111000001111000010101001110110001011000011100000101100001010011111 | c383c2aa52c383c2a762c382c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)