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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閻??容 | 111010001000010100111111001111111001011101100101 | e8853f3f9765 |
EUC-JP | 閻??容 | 111011111110010100111111001111111100110111000110 | efe53f3fcdc6 |
UTF-8 | 閻⒵릊容 | 111010011001011010111011111000101001001010110101111010111010011010001010111001011010111010111001 | e996bbe292b5eba68ae5aeb9 |
UHC | 閻⒵릊容 | 1110011110100010101010011110011010111000101010111110100110111011 | e7a2a9e6b8abe9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)