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 | 吾?Э | 1000110011100001001111111000010001011110 | 8ce13f845e |
EUC-JP | 吾?Э | 1011100011100011001111111010011110111111 | b8e33fa7bf |
UTF-8 | 吾몃Э | 1110010110010000101111101110101110101010100000111101000010101101 | e590beebaa83d0ad |
UHC | 吾몃Э | 111001111110111010111000111010111010110010111111 | e7eeb8ebacbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)