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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 療먥뫗栒껯 | 111011111010011110000001111010111010100010100101111010111010101110010111111001101010000010010010111010101011101110101111 | efa781eba8a5ebab97e6a092eabbaf |
UHC | 療먥뫗栒껯 | 11101000111111101001000011100010100100011011100111100010111000111000010001000111 | e8fe90e291b9e2e38447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)