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 | 議捧? | 1000101101100011100101011111100100111111 | 8b6395f93f |
EUC-JP | 議捧? | 1011010111000100110010101111101100111111 | b5c4cafb3f |
UTF-8 | 議捧렜 | 111010001010110110110000111001101000110110100111111010111010000010011100 | e8adb0e68da7eba09c |
UHC | 議捧렜 | 111011001010000111011100111010011000111010101110 | eca1dce98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)