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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雎深雎深^ | 111010001011000110010000010110111110100010110001100100000101101101011110 | e8b1905be8b1905b5e |
EUC-JP | 雎深雎深^ | 111100001011001110111111101111001111000010110011101111111011110001011110 | f0b3bfbcf0b3bfbc5e |
UTF-8 | 雎深雎深^ | 11101001100110111000111011100110101101111011000111101001100110111000111011100110101101111011000101011110 | e99b8ee6b7b1e99b8ee6b7b15e |
UHC | 雎深雎深^ | 111011101101000111100100101000101110111011010001111001001010001001011110 | eed1e4a2eed1e4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)