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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔗拷Υ鐔э終 | 111001001111001010001101100010011000001110110010111010000101110010000100100011111000111101001001 | e4f28d8983b2e85c848f8f49 |
EUC-JP | 蔗拷Υ鐔э終 | 111010001111010010111001111010011010011010110100111011111011110110100111111011111011110110101010 | e8f4b9e9a6b4efbda7efbdaa |
UTF-8 | 蔗拷Υ鐔э終 | 11101000100101001001011111100110100010111011011111001110101001011110100110010000100101001101000110001101111001111011010110000010 | e89497e68bb7cea5e99094d18de7b582 |
UHC | 蔗拷Υ?э終 | 1110110110111101110011011011100010100101110101000011111110101100111011111111000011111011 | edbdcdb8a5d43faceff0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)