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 | 伍???? | 100011001101111000111111001111110011111100111111 | 8cde3f3f3f3f |
EUC-JP | 伍???? | 101110001110000000111111001111110011111100111111 | b8e03f3f3f3f |
UTF-8 | 伍섉썦轢낦 | 111001001011110010001101111011001000010010001001111011001000110110100110111011111010011010001101111010111000001010100110 | e4bc8dec8489ec8da6efa68deb82a6 |
UHC | 伍섉썦轢낦 | 11100111111010101001100011100110100110111001100111100110101111001000011001000010 | e7ea98e69b99e6bc8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)