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 | 蒿肴桶藹顗 | 11100100111001001000110111100110100010011011000111100101010111001111101111110100 | e4e48de689b1e55cfbf4 |
EUC-JP | 蒿肴桶藹顗 | 1110100011100110101110101110100010110010101100111110100110111101100011111110100010110001 | e8e6bae8b2b3e9bd8fe8b1 |
UTF-8 | 蒿肴桶藹顗 | 111010001001001010111111111010001000001010110100111001101010000110110110111010001001011110111001111010011010000110010111 | e892bfe882b4e6a1b6e897b9e9a197 |
UHC | 蒿肴桶?? | 1111101111011010111111011010001011110111110100100011111100111111 | fbdafda2f7d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)