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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阿?燁 | 1000100010100010001111111111101101011001 | 88a23ffb59 |
EUC-JP | 阿?燁 | 101100001010010000111111100011111100101010110011 | b0a43f8fcab3 |
UTF-8 | 阿섥燁 | 111010011001100010111111111011001000010010100101111001111000011110000001 | e998bfec84a5e78781 |
UHC | 阿섥燁 | 111001001011100110011000111110011110011110100111 | e4b998f9e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)