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 | 庸??揖? | 10010111011001100011111100111111100101110100101100111111 | 97663f3f974b3f |
EUC-JP | 庸??揖? | 11001101110001110011111100111111110011011010110000111111 | cdc73f3fcdac3f |
UTF-8 | 庸뉖쨪揖퍫 | 111001011011101010111000111010111000100110010110111011001010100010101010111001101000111110010110111011011000110110101011 | e5bab8eb8996eca8aae68f96ed8dab |
UHC | 庸뉖쨪揖퍫 | 11101001101111001000011111101011101001001000010011101011111001111011110001000010 | e9bc87eba484ebe7bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)