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 | 傲??徇?? | 1001100011111100001111110011111110011100011011010011111100111111 | 98fc3f3f9c6d3f3f |
EUC-JP | 傲??徇?? | 1101000011111110001111110011111111010111110011100011111100111111 | d0fe3f3fd7ce3f3f |
UTF-8 | 傲잌풄徇뉒델 | 111001011000001010110010111011001001111010001100111011011001001010000100111001011011111010000111111010111000100110010010111010111000110110111000 | e582b2ec9e8ced9284e5be87eb8992eb8db8 |
UHC | 傲잌풄徇뉒델 | 111001111110110010011111111001011011111010001100111000101101111110000111111001111011010110101000 | e7ec9fe5be8ce2df87e7b5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)