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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 該??偕?\ | 1000101001011001001111110011111110011000111100010011111101011100 | 8a593f3f98f13f5c |
EUC-JP | 該??偕?\ | 1011001110111010001111110011111111010000111100110011111101011100 | b3ba3f3fd0f33f5c |
UTF-8 | 該륃맆偕쭺\ | 11101000101010011011001011101011101001011000001111101011101001111000011011100101100000011001010111101100101011011011101001011100 | e8a9b2eba583eba786e58195ecadba5c |
UHC | 該륃맆偕쭺\ | 1111101010110001100011111110111010010000101000001111101010100101101010000100110001011100 | fab18fee90a0faa5a84c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)