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 | 彧失弡 | 111110101011100110001110101110001111101010110111 | fab98eb8fab7 |
EUC-JP | 彧失弡 | 1000111110111100111111101011110010111010100011111011110011100100 | 8fbcfebcba8fbce4 |
UTF-8 | 彧失弡 | 111001011011110110100111111001011010010010110001111001011011110010100001 | e5bda7e5a4b1e5bca1 |
UHC | 彧失? | 1110100111101110111000111111011100111111 | e9eee3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)