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 | ???五 | 0011111100111111001111111000110011011100 | 3f3f3f8cdc |
EUC-JP | 濚??五 | 10001111110010011010000100111111001111111011100011011110 | 8fc9a13f3fb8de |
UTF-8 | 濚믥맜五 | 111001101011111110011010111010111010111110100101111010111010011110011100111001001011101010010100 | e6bf9aebafa5eba79ce4ba94 |
UHC | 濚믥맜五 | 1110011110111001100100101110011110010000101010111110011111101001 | e7b992e790abe7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)