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 | 鴃笘溏 | 111010011110111011100010100110001001111111101101 | e9eee2989fed |
EUC-JP | 鴃笘溏 | 111100101111000011100011111110001101111011101111 | f2f0e3f8deef |
UTF-8 | 鴃笘溏 | 111010011011010010000011111001111010110010011000111001101011101010001111 | e9b483e7ac98e6ba8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)