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 | 終弔? | 1000111101001001100100101010001000111111 | 8f4992a23f |
EUC-JP | 終弔? | 1011110110101010110001001010010000111111 | bdaac4a43f |
UTF-8 | 終弔롛 | 111001111011010110000010111001011011110010010100111010111010000110011011 | e7b582e5bc94eba19b |
UHC | 終弔롛 | 111100001111101111110000110000001000111011011111 | f0fbf0c08edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)