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 | 庸??飮? | 10010111011001100011111100111111100111110101101000111111 | 97663f3f9f5a3f |
EUC-JP | 庸??飮? | 11001101110001110011111100111111110111011011101100111111 | cdc73f3fddbb3f |
UTF-8 | 庸뉖쨪飮큝 | 111001011011101010111000111010111000100110010110111011001010100010101010111010011010001110101110111011011000000110011101 | e5bab8eb8996eca8aae9a3aeed819d |
UHC | 庸뉖쨪飮큝 | 11101001101111001000011111101011101001001000010011101011111001101011010001101011 | e9bc87eba484ebe6b46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)