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 | 騾紗牙ョ幄・ | 11101001100000001000111011010001100010011110010110101110100110111110100010100101 | e9808ed189e5ae9be8a5 |
EUC-JP | 騾紗牙ョ幄・ | 111100011110000010111100110100111011001011100111100011101010111011010110111010101000111010100101 | f1e0bcd3b2e78eaed6ea8ea5 |
UTF-8 | 騾紗牙ョ幄・ | 111010011010100010111110111001111011010010010111111001111000100110011001111011111011110110101110111001011011100110000100111011111011110110100101 | e9a8bee7b497e78999efbdaee5b984efbda5 |
UHC | ?紗牙?幄? | 001111111101111011101001111001001011001100111111111001001100000100111111 | 3fdee9e4b33fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)