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 | 驕丞サ夜¥蟒 | 1110100110000001100011111110010110111011100101101110100110000001100011111110010110111011 | e9818fe5bb96e9818fe5bb |
EUC-JP | 驕丞サ夜¥蟒 | 111100011110000110111110111001111000111010111011110011001110101110100001111011111110101010111101 | f1e1bee78ebbcceba1efeabd |
UTF-8 | 驕丞サ夜¥蟒 | 111010011010100110010101111001001011100010011110111011111011110110111011111001011010010010011100111011111011111110100101111010001001111110010010 | e9a995e4b89eefbdbbe5a49cefbfa5e89f92 |
UHC | 驕丞?夜¥? | 11001110111101101110001110101010001111111110010110101000101000011100110100111111 | cef6e3aa3fe5a8a1cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)