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 | 伊屯??舞 | 1000100011001001100100111101010000111111001111111001010110010001 | 88c993d43f3f9591 |
EUC-JP | 伊屯??舞 | 1011000011001011110001101101011000111111001111111100100111110001 | b0cbc6d63f3fc9f1 |
UTF-8 | 伊屯렢닺舞 | 111001001011110010001010111001011011000110101111111010111010000010100010111010111000101110111010111010001000100010011110 | e4bc8ae5b1afeba0a2eb8bbae8889e |
UHC | 伊屯렢닺舞 | 11101100101001011101010011101010100011101011001110110100111010001101100111110001 | eca5d4ea8eb3b4e8d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)