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 | 膈窮┏ | 111001000100110010001011100001111000010010101100 | e44c8b8784ac |
EUC-JP | 膈窮┏ | 111001111010110110110101111001111010100010101110 | e7adb5e7a8ae |
UTF-8 | 膈窮┏ | 111010001000011010001000111001111010101010101110111000101001010010001111 | e88688e7aaaee2948f |
UHC | 膈窮┏ | 110011001010111011001111111000111010011010101110 | ccaecfe3a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)