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 | 悟?’ | 1000110011100101001111111000000101100110 | 8ce53f8166 |
EUC-JP | 悟?’ | 1011100011100111001111111010000111000111 | b8e73fa1c7 |
UTF-8 | 悟뉒’ | 111001101000001010011111111010111000100110010010111000101000000010011001 | e6829feb8992e28099 |
UHC | 悟뉒’ | 111001111111011010000111111001111010000110101111 | e7f687e7a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)