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 | 憶???邀 | 10001001101011110011111100111111001111111110011110110001 | 89af3f3f3fe7b1 |
EUC-JP | 憶???邀 | 10110010101100010011111100111111001111111110111010110011 | b2b13f3f3feeb3 |
UTF-8 | 憶귂딆쪚邀 | 111001101000011010110110111010101011011110000010111010111001010010000110111011001010101010011010111010011000001010000000 | e686b6eab782eb9486ecaa9ae98280 |
UHC | 憶귂딆쪚邀 | 11100101111000111000001011010001100010101110110010100101100100111110100110101101 | e5e382d18aeca593e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)