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 | 申?? | 10010000010111000011111100111111 | 905c3f3f |
EUC-JP | 申?? | 10111111101111010011111100111111 | bfbd3f3f |
UTF-8 | 申덆댅 | 111001111001010010110011111010111000110110000110111010111000110010000101 | e794b3eb8d86eb8c85 |
UHC | 申덆댅 | 111000111110100110001000111010011000100010101111 | e3e988e988af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)